mirror of
https://github.com/siddharthvaddem/openscreen.git
synced 2026-08-31 02:01:43 +08:00
Merge pull request #667 from zhenya-band/fix/shortcuts-reset-button-hover-text
fix: remove conflicting hover style from shortcuts reset button
This commit is contained in:
@@ -222,7 +222,7 @@ export function ShortcutsConfigDialog() {
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
className="text-slate-400 hover:text-white gap-1.5"
|
||||
className="text-slate-400 gap-1.5"
|
||||
onClick={handleReset}
|
||||
>
|
||||
<RotateCcw className="w-3 h-3" />
|
||||
|
||||
Reference in New Issue
Block a user