File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ defineExpose({
6060 <slot />
6161 <kbd
6262 v-if =" keyshortcut"
63- class =" inline-flex items-center justify-center w-4 h-4 text-xs text-fg bg-bg-muted border border-border rounded no-underline"
63+ class =" ms-2 inline-flex items-center justify-center w-4 h-4 text-xs text-fg bg-bg-muted border border-border rounded no-underline"
6464 aria-hidden =" true"
6565 >
6666 {{ keyshortcut }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
111111 />
112112 <kbd
113113 v-if =" keyshortcut"
114- class =" inline-flex items-center justify-center w-4 h-4 text-xs text-fg bg-bg-muted border border-border rounded no-underline"
114+ class =" ms-2 inline-flex items-center justify-center w-4 h-4 text-xs text-fg bg-bg-muted border border-border rounded no-underline"
115115 aria-hidden =" true"
116116 >
117117 {{ keyshortcut }}
You can’t perform that action at this time.
0 commit comments