Commit 10dbbf5
Lukas Gundermann
style: Adjust hover color for
This commit updates the hover effect for ghost buttons to improve visual feedback.
The background color on hover has been changed from `Colors.gray[100]` to `Colors.gray[200]` in the light theme. This makes the hover state more distinct and noticeable for the user. Additionally, the logic has been simplified to only apply a custom decoration when the button is hovered, falling back to the default otherwise.GhostButtonTheme
1 parent e62380c commit 10dbbf5
1 file changed
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 75 | + | |
84 | 76 | | |
85 | | - | |
| 77 | + | |
86 | 78 | | |
87 | 79 | | |
| 80 | + | |
88 | 81 | | |
89 | 82 | | |
90 | 83 | | |
| |||
0 commit comments