We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e15fb commit 2fcc3f0Copy full SHA for 2fcc3f0
src/theme/theme.ts
@@ -43,7 +43,7 @@ export const theme: Theme = {
43
color: colors.secondary,
44
bg: colors.background,
45
fontWeight: '600',
46
- boxShadow: `inset 0 0 5px ${colors.muted}`,
+ boxShadow: `inset 0 0 4px ${colors.text}`,
47
},
48
49
fonts: {
0 commit comments