fix: correct button hover background color to white with 10% opacity

This commit is contained in:
joaovictorjs
2026-03-20 12:08:36 -03:00
parent c64c088748
commit 86297de655
@@ -199,7 +199,7 @@ export function ShortcutsConfigDialog() {
<Button
variant="ghost"
size="sm"
className="text-slate-400 hover:text-white gap-1.5"
className="text-slate-400 hover:text-white hover:bg-white/10 gap-1.5"
onClick={handleReset}
>
<RotateCcw className="w-3 h-3" />