feat: toggle settings shortcut added

This commit is contained in:
Timothy J. Baek 2023-12-29 23:35:08 -08:00
parent b916f1b07d
commit 7ffc1902a9
3 changed files with 28 additions and 3 deletions

View file

@ -123,6 +123,23 @@
</div>
<div class="flex flex-col space-y-3 w-full self-start">
<div class="w-full flex justify-between items-center">
<div class=" text-sm">Toggle settings</div>
<div class="flex space-x-1 text-xs">
<div
class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
>
Ctrl/⌘
</div>
<div
class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
>
S
</div>
</div>
</div>
<div class="w-full flex justify-between items-center">
<div class=" text-sm">Toggle sidebar</div>