Skip to content

Commit 5460a30

Browse files
authored
styles/dashboard: Adjust button color for color scheme (#10648)
1 parent faf7ea7 commit 5460a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/dashboard.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
outline: 0;
134134
border: 0;
135135
background-color: light-dark(#dbd9cf, #202023);
136-
color: white;
136+
color: light-dark(#525252, #f9f7ec);
137137

138138
&:hover, &:focus {
139139
background-color: light-dark(#c5c2b2, #26262b);

0 commit comments

Comments
 (0)