From 0d9eecd2edc3fca520b02bb8265ec57ed47d03cd Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 19 Oct 2022 14:55:22 -0400 Subject: [PATCH] WIP command palette changes --- styles/src/styleTree/commandPalette.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/src/styleTree/commandPalette.ts b/styles/src/styleTree/commandPalette.ts index 1aa45c8c57..4bde81f7d8 100644 --- a/styles/src/styleTree/commandPalette.ts +++ b/styles/src/styleTree/commandPalette.ts @@ -7,7 +7,7 @@ export default function commandPalette(colorScheme: ColorScheme) { return { keystrokeSpacing: 8, key: { - text: text(layer, "mono", "on", "default", { size: "xs" }), + text: text(layer, "mono", "variant", "default", { size: "xs" }), cornerRadius: 2, background: background(layer, "on"), padding: { @@ -22,7 +22,7 @@ export default function commandPalette(colorScheme: ColorScheme) { left: 2, }, active: { - text: text(layer, "mono", "on", "inverted", { size: "xs" }), + text: text(layer, "mono", "on", "default", { size: "xs" }), background: withOpacity(background(layer, "on"), 0.2), }, },