fix: prevent shrinking theme customizer circles

This commit is contained in:
Fatih Solhan 2024-11-19 09:26:39 +03:00
parent ac69980ac9
commit 409723666b

View File

@ -43,7 +43,7 @@ const { isDark } = useData()
@click="setTheme(color)"
>
<span
class="h-5 w-5 rounded-full flex items-center justify-center"
class="h-5 w-5 rounded-full flex items-center justify-center flex-shrink-0"
:style="{ backgroundColor: colors[color][7].rgb }"
>
<RadixIconsCheck