Skip to content

Commit 2568282

Browse files
committed
use keyboard icon for shortcuts button
1 parent d71cba5 commit 2568282

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/common-ui/src/components/SkMouseTrap.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<template>
22
<v-dialog v-if="display" max-width="500px" transition="dialog-transition">
33
<template #activator="{ props }">
4-
<v-btn icon color="primary" v-bind="props"> ? </v-btn>
4+
<v-btn icon color="primary" v-bind="props">
5+
<v-icon>mdi-keyboard</v-icon>
6+
</v-btn>
57
</template>
68

79
<v-card>

0 commit comments

Comments
 (0)