Skip to content

Commit

Permalink
fix: shortcuts kbd shake
Browse files Browse the repository at this point in the history
  • Loading branch information
ischanx committed Sep 15, 2024
1 parent 5f87190 commit a1b6e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/modules/modal/shortcuts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const ShortcutModalContent = () => {
<div
key={`${type}-${action}`}
className={cn(
"flex items-center justify-between px-3 py-1.5",
"flex h-9 items-center justify-between px-3 py-1.5",
index % 2 && "bg-native/40",
)}
>
Expand Down

0 comments on commit a1b6e83

Please sign in to comment.