From 48715901aef2f2c05b452677c2b4440b45b8e41e 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:25:48 +0100 Subject: [PATCH] chore: add a comment --- .storybook/styles.css | 1 + 1 file changed, 1 insertion(+) 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; } }