Update useKeyboardEvents.ts

This commit is contained in:
Steve Ruiz 2021-07-13 21:53:16 +01:00
parent bc2633410f
commit 109e7adc44

View file

@ -105,7 +105,7 @@ export default function useKeyboardEvents() {
}
case '9': {
if (meta) {
state.send('CHANGED_STYLE', { color: ColorStyle.Yello })
state.send('CHANGED_STYLE', { color: ColorStyle.Yellow })
break
}
break