From 8ef9e6bf5c976f1d7311a38b148d26fb3215228f Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Tue, 9 Jan 2024 11:10:03 +0000 Subject: [PATCH] fix(): Smooth fonts in storybook. --- .storybook/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.storybook/styles.css b/.storybook/styles.css index 4064cb0..7021847 100644 --- a/.storybook/styles.css +++ b/.storybook/styles.css @@ -9,5 +9,6 @@ body { @apply bg-background text-foreground; @apply font-sans; + @apply antialiased } }