Skip to content

Commit

Permalink
fix: undo kbd color in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 31, 2024
1 parent 0a7f648 commit 2a106ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/hooks/biz/useSubscriptionActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const useDeleteSubscription = ({
label: (
<span className="flex items-center gap-1">
Undo
<Kbd className="border border-border bg-transparent">Meta+Z</Kbd>
<Kbd className="inline-flex items-center border border-border bg-transparent dark:text-white">Meta+Z</Kbd>
</span>
),
onClick: undo,
Expand Down

0 comments on commit 2a106ae

Please sign in to comment.