docs: prevent shrinking theme customizer circles (#914)
* fix: prevent shrinking theme customizer circles * use `shrink-0` instead of deprecated `flex-shrink-0`
This commit is contained in:
parent
2d5ad5b962
commit
3ddd70dd6b
|
|
@ -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 shrink-0"
|
||||
:style="{ backgroundColor: colors[color][7].rgb }"
|
||||
>
|
||||
<RadixIconsCheck
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user