Skip to content

Commit e7a9dd6

Browse files
committed
fix(Tailwind preset): box-shadow themebility
1 parent a6c7571 commit e7a9dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/tailwind/default-theme.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const defaultTheme = {
3535
'on-disabled': 'hsl(204 9.1% 41%)',
3636
},
3737
boxShadow: {
38+
...tailwindTheme.boxShadow,
3839
xs: '0 0 0 1px rgba(0, 0, 0, 0.05)',
3940
popper: `0 0 2px rgb(0 0 0 / 0.3), 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)`,
4041
},

0 commit comments

Comments
 (0)