Compare commits

...

2 commits

Author SHA1 Message Date
Joaquín Sánchez
018ca7a7a7
chore: use md instead sm 2023-02-11 19:49:02 +01:00
Joaquín Sánchez
5620747ed8
fix(a11y): increase status action size on small
Maybe we can change it to `md:p-2`

closes #1709
2023-02-11 19:40:19 +01:00

View file

@ -60,7 +60,7 @@ useCommand({
>
<CommonTooltip placement="bottom" :content="content">
<div
rounded-full p2
rounded-full p4 md:p-2
v-bind="disabled ? {} : {
'group-hover': groupHover,
'group-focus-visible': groupHover,