Skip to content

Commit 2fcc3f0

Browse files
committed
8 - Black shadow
1 parent 33e15fb commit 2fcc3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const theme: Theme = {
4343
color: colors.secondary,
4444
bg: colors.background,
4545
fontWeight: '600',
46-
boxShadow: `inset 0 0 5px ${colors.muted}`,
46+
boxShadow: `inset 0 0 4px ${colors.text}`,
4747
},
4848
},
4949
fonts: {

0 commit comments

Comments
 (0)