From d53c7c8f8d33a7b02f6b83e16429406a761d5df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= <14854048+kripod@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:31:52 +0100 Subject: [PATCH] chore: edit a comment --- .storybook/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }