forked from Mirrors/elk
fix(a11y): increase status action size on small
Maybe we can change it to `md:p-2` closes #1709
This commit is contained in:
parent
3e648f6fbc
commit
5620747ed8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue