Skip to content

Commit 19c1c5c

Browse files
fix: theme
1 parent cb2c4c4 commit 19c1c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ui-components/styles/theme.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
--color-white: #fff;
7777
--color-transparent: 'transparent';
7878
--color-shadow: #101828;
79-
--inherit: 'inherit';
8079
--shadow-xs: 0px 1px 2px 0px --alpha(var(--color-shadow, #101828) / 5%);
8180
--shadow-lg:
8281
0px 4px 6px -2px --alpha(var(--color-shadow, #101828) / 3%),
@@ -95,7 +94,7 @@
9594
--font-xs-line-height: 1rem;
9695
--font-sm: 0.87rem;
9796
--font-sm-line-height: 1.25rem;
98-
--font-base: 1rem;
97+
--font-base: 0.9rem;
9998
--font-base-line-height: 1.5rem;
10099
--font-lg: 1.125rem;
101100
--font-lg-line-height: 1.75rem;

0 commit comments

Comments
 (0)