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 13:54:37 -08:00
committed by Pranav Raj S
parent 34e509b9b7
commit b179d1b563
3 changed files with 79 additions and 91 deletions
@@ -22,7 +22,7 @@
@close-account-create-modal="closeCreateAccountModal"
/>
<woot-key-shortcut-modal
v-if="showShortcutModal"
:show.sync="showShortcutModal"
@close="closeKeyShortcutModal"
@clickaway="closeKeyShortcutModal"
/>