Skip to content

Commit 1476641

Browse files
committed
fix: change hover color in dark
1 parent cb809c2 commit 1476641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/_theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
--color-button-text: #121212;
4747

4848
/* Other */
49-
--color-hover: #2d2d2d;
49+
--color-hover: #232E3C;
5050
}
5151

5252
/* Info, Success, Danger */

0 commit comments

Comments
 (0)