mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:26 +01:00
Theme system refactor (#31)
This commit is contained in:
@@ -7,5 +7,5 @@ interface Props {
|
||||
|
||||
export function HotKeyLabel({ action }: Props) {
|
||||
const label = useHotKeyLabel(action);
|
||||
return <span>{label}</span>;
|
||||
return <span className="text-fg-subtle">{label}</span>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user