We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fb46e commit 88c6740Copy full SHA for 88c6740
packages/ui-components/styles/theme.css
@@ -77,10 +77,10 @@
77
--color-transparent: 'transparent';
78
--color-shadow: #101828;
79
--inherit: 'inherit';
80
- --shadow-xs: 0px 1px 2px 0px --alpha(var(--color-shadow) / 5%);
+ --shadow-xs: 0px 1px 2px 0px --alpha(var(--color-shadow, #101828) / 5%);
81
--shadow-lg:
82
0px 4px 6px -2px --alpha(var(--color-shadow, #101828) / 3%),
83
- 0px 12px 16px -4px --alpha(var(--color-shadow, #101828) / 3%);
+ 0px 12px 16px -4px --alpha(var(--color-shadow, #101828) / 8%);
84
85
/* TODO(@avivkeller): The --font-xyz-xyz variable is assigned by Next.js in apps/site.
86
Ideally, this package shouldn't depend on the consuming application's
0 commit comments