Commit ff835c4
committed
```
refactor: Update border color in light theme configuration
This commit adjusts the light theme's color scheme to use a more neutral border color.
### Key Changes:
* **`lib/theme/cubit/theme_state.dart`:**
* Updated the `border` color in the `light` `ColorScheme` from `Colors.blue[900]` to `Colors.gray[500]`.1 parent 59551ad commit ff835c4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments