fix(a11y): increase status action size on small

Maybe we can change it to `md:p-2`

closes #1709
This commit is contained in:
Joaquín Sánchez 2023-02-11 19:40:19 +01:00 committed by GitHub
parent 3e648f6fbc
commit 5620747ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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