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; } }