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