We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7881d2f commit 52679c0Copy full SHA for 52679c0
app/components/Header/MobileMenu.client.vue
@@ -189,8 +189,7 @@ onUnmounted(deactivate)
189
{{ $t('command_palette.title') }}
190
</span>
191
192
- <button
193
- type="button"
+ <ButtonBase
194
class="w-full flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200 text-start"
195
:aria-label="$t('shortcuts.command_palette')"
196
@click="handleOpenCommandPalette"
@@ -199,7 +198,7 @@ onUnmounted(deactivate)
199
198
<span class="i-lucide:command w-3 h-3 text-fg-muted" aria-hidden="true" />
200
201
<span class="flex-1">{{ $t('command_palette.quick_actions') }}</span>
202
- </button>
+ </ButtonBase>
203
</div>
204
205
<!-- Divider -->
0 commit comments