From a8b07cc193b3a507ae4f49f8562e6f07b800ea7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 27 Sep 2025 19:22:05 +0200 Subject: [PATCH] pl-fe: style fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/styles/new/layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/pl-fe/src/styles/new/layout.scss b/packages/pl-fe/src/styles/new/layout.scss index c4994af04..cece93181 100644 --- a/packages/pl-fe/src/styles/new/layout.scss +++ b/packages/pl-fe/src/styles/new/layout.scss @@ -61,8 +61,8 @@ body { &__icon { @apply relative inline-flex rounded-lg bg-primary-100 p-2 dark:bg-gray-800; - > div { - @apply size-5 text-primary-500; + > div svg { + @apply text-primary-500 size-5; } } } @@ -93,7 +93,7 @@ body { &__add { @apply flex items-center space-x-1 py-2; - .⁂-icon { + .⁂-icon svg { @apply size-4 text-primary-500; } }