mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-14 21:09:58 +00:00
chore: use md instead sm
This commit is contained in:
parent
5620747ed8
commit
018ca7a7a7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ useCommand({
|
||||||
>
|
>
|
||||||
<CommonTooltip placement="bottom" :content="content">
|
<CommonTooltip placement="bottom" :content="content">
|
||||||
<div
|
<div
|
||||||
rounded-full p4 sm:p-2
|
rounded-full p4 md:p-2
|
||||||
v-bind="disabled ? {} : {
|
v-bind="disabled ? {} : {
|
||||||
'group-hover': groupHover,
|
'group-hover': groupHover,
|
||||||
'group-focus-visible': groupHover,
|
'group-focus-visible': groupHover,
|
||||||
|
|
Loading…
Reference in a new issue