chore: correct size

This commit is contained in:
Timothy Z. 2025-12-15 17:29:07 +02:00
parent 6c7a2755fb
commit d21be690de
2 changed files with 2 additions and 4 deletions

View file

@ -7,7 +7,5 @@
.option-icon { .option-icon {
color: var(--color-trakt) !important; color: var(--color-trakt) !important;
height: 4rem !important;
width: 4rem !important;
} }
} }

View file

@ -22,8 +22,8 @@
gap: 0.75rem; gap: 0.75rem;
.icon { .icon {
width: 3rem; width: 4rem;
height: 3rem; height: 4rem;
color: var(--primary-foreground-color); color: var(--primary-foreground-color);
} }