diff --git a/.storybook/styles.css b/.storybook/styles.css index ede0204..4ee3a73 100644 --- a/.storybook/styles.css +++ b/.storybook/styles.css @@ -2,6 +2,7 @@ @layer base { body { + /* Embrace defining text styles within components */ @apply text-xs text-ui-neutral-3; } }