Use primary text color for keystrokes in command palette
This commit is contained in:
parent
d8ad0d8e4e
commit
0af129d50a
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ export default function commandPalette(theme: Theme) {
|
|||
return {
|
||||
keystrokeSpacing: 8,
|
||||
key: {
|
||||
text: text(theme, "mono", "secondary", { size: "xs" }),
|
||||
text: text(theme, "mono", "primary", { size: "xs" }),
|
||||
cornerRadius: 3,
|
||||
background: backgroundColor(theme, "info", "base"),
|
||||
border: border(theme, "info"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue