pl-fe: style fixes

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-09-27 19:22:05 +02:00
parent dbfbde4b11
commit a8b07cc193

View File

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