Add basic styling to keystrokes in command palette

This commit is contained in:
Max Brunsfeld 2022-04-14 16:04:32 -07:00
parent 3901d9d544
commit bde52d5c93
7 changed files with 96 additions and 15 deletions

View file

@ -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"),