Updated handle_color for focused state

This commit is contained in:
Casper Storm 2023-02-13 12:00:08 +01:00 committed by Héctor Ramón Jiménez
parent 7b36984295
commit bfc5db9009
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -1060,7 +1060,7 @@ impl text_input::StyleSheet for Theme {
border_radius: 2.0,
border_width: 1.0,
border_color: palette.primary.strong.color,
handle_color: palette.primary.weak.text,
handle_color: palette.background.weak.text,
}
}