Commit 0ebebb3
committed
style: Update form theme colors for light mode
This commit refines the visual styling of form components by adjusting the light mode color palette for `SliderTheme` and `SwitchTheme` in `lib/screens/widgets/overrides/form_themes.dart`.
### Key Changes:
* **SliderTheme Adjustments:**
* Updated `trackColor` from gray to `blue[200]` in light mode.
* Updated `valueColor` and `thumbColor` from gray to `blue[900]` in light mode.
* **SwitchTheme Adjustments:**
* Updated `inactiveThumbColor` from `blue[400]` to `blue[900]` in light mode to ensure consistency across form controls.1 parent dab4043 commit 0ebebb3
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments