Changed the binding font to monospace per feedback
This commit is contained in:
parent
a8836a1531
commit
450be6ec28
|
@ -111,6 +111,7 @@ export const getDefaultTheme = opts => {
|
|||
},
|
||||
"& .binding-wrap": {
|
||||
color: "var(--spectrum-global-color-blue-700)",
|
||||
fontFamily: "monospace",
|
||||
},
|
||||
},
|
||||
{ dark }
|
||||
|
|
Loading…
Reference in New Issue