chore: Refactor shortcuts modal to use modal component (#6151)

* chore: Refactor SHortcuts modal to use modal component

* Typography changes
This commit is contained in:
Nithin David Thomas
2022-12-30 22:26:16 +05:30
committed by GitHub
parent 4fba9ef1fb
commit 9f842bcd59
3 changed files with 81 additions and 93 deletions

View File

@@ -22,7 +22,7 @@
@close-account-create-modal="closeCreateAccountModal"
/>
<woot-key-shortcut-modal
v-if="showShortcutModal"
:show.sync="showShortcutModal"
@close="closeKeyShortcutModal"
@clickaway="closeKeyShortcutModal"
/>