Updated handle_color for focused state
This commit is contained in:
parent
7b36984295
commit
bfc5db9009
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue