feat: Add shortcut for dark mode (#3543)

* Create and move toggle into an action

* Add shortcut on help dialog
This commit is contained in:
Arun
2021-05-08 11:47:30 +02:00
committed by GitHub
parent 178ee04d82
commit 198800136e
7 changed files with 36 additions and 13 deletions
+1
View File
@@ -26,6 +26,7 @@ export {
actionZoomOut,
actionResetZoom,
actionZoomToFit,
actionToggleTheme,
} from "./actionCanvas";
export { actionFinalize } from "./actionFinalize";