pl-fe: style fix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-12-02 21:15:31 +01:00
parent f13397efb3
commit 3880351426

View File

@ -79,7 +79,12 @@ body {
@apply flex items-center justify-between py-1;
.-icon {
@apply size-4 text-gray-900 transition-transform dark:text-gray-100;
@apply text-gray-900 transition-transform dark:text-gray-100;
> svg {
height: 1rem;
width: 1rem;
}
}
}