use shrink-0 instead of deprecated flex-shrink-0

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

View File

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