Add basic styling to keystrokes in command palette
This commit is contained in:
parent
3901d9d544
commit
bde52d5c93
7 changed files with 96 additions and 15 deletions
|
@ -38,7 +38,7 @@ export default function selectorModal(theme: Theme): Object {
|
|||
},
|
||||
inputEditor: {
|
||||
background: backgroundColor(theme, 500),
|
||||
corner_radius: 6,
|
||||
cornerRadius: 6,
|
||||
placeholderText: text(theme, "sans", "placeholder"),
|
||||
selection: player(theme, 1).selection,
|
||||
text: text(theme, "mono", "primary"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue