fix(i18n): improve descriptions

This commit is contained in:
Anthony Fu 2023-01-14 11:27:15 +01:00
parent c280ee389c
commit 81e24440e7
3 changed files with 10 additions and 10 deletions

View file

@ -49,7 +49,7 @@ useCommand({
<component
:is="as"
v-bind="$attrs" ref="el"
w-fit flex gap-1 items-center
w-fit flex gap-1 items-center transition-all
rounded group
:hover=" !disabled ? hover : undefined"
focus:outline-none