Skip to content

Commit 0ec7e2e

Browse files
committed
Update globals.css
1 parent c136444 commit 0ec7e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/app/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ html {
6969
}
7070

7171
.dark .dark-button-shadow {
72-
box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, 0.20) inset;
72+
box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, 0.2) inset;
7373
}
7474

7575
.dark .gray-button-shadow {
7676
box-shadow: 0 1.5px 0 0 rgba(255, 255, 255, 0.05) inset;
7777
}
7878

7979
.gray-button-shadow {
80-
box-shadow: 0 1.5px 0 0 rgba(255, 255, 255, 0.40) inset;
80+
box-shadow: 0 1.5px 0 0 rgba(255, 255, 255, 0.4) inset;
8181
}
8282

8383
.dark-button-shadow {
84-
box-shadow: 0 1.5px 0 0 rgba(255, 255, 255, 0.20) inset;
84+
box-shadow: 0 1.5px 0 0 rgba(255, 255, 255, 0.2) inset;
8585
}
8686

8787
.dark ::selection {

0 commit comments

Comments
 (0)