Fix bug with action keybindings not being resolved

This commit is contained in:
Mikayla Maki
2023-03-08 18:11:11 -08:00
parent 152755b043
commit cf6ea6d698
6 changed files with 44 additions and 12 deletions
+3 -3
View File
@@ -46,8 +46,8 @@ export default function workspace(colorScheme: ColorScheme) {
color: background(layer, "on"),
icon: "icons/logo_96.svg",
dimensions: {
width: 240,
height: 240,
width: 256,
height: 256,
}
},
keyboardHints: {
@@ -67,7 +67,7 @@ export default function workspace(colorScheme: ColorScheme) {
...text(colorScheme.lowest, "sans", "hovered", { size: "sm" }),
}
},
keyboardHintWidth: 240,
keyboardHintWidth: 256,
},
joiningProjectAvatar: {
cornerRadius: 40,