This commit is contained in:
Nate Butler
2022-10-03 14:08:01 -04:00
parent a6cccf82f7
commit 7080dc9c23
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ export default function commandPalette(colorScheme: ColorScheme) {
left: 2,
},
active: {
text: text(layer, "mono", "active", { size: "xs" }),
background: background(layer, "on", "active"),
text: text(layer, "mono", { size: "xs" }),
background: background(layer),
},
},
};