Changed the binding font to monospace per feedback

This commit is contained in:
Dean 2023-06-02 12:03:25 +01:00
parent a8836a1531
commit 450be6ec28
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ export const getDefaultTheme = opts => {
},
"& .binding-wrap": {
color: "var(--spectrum-global-color-blue-700)",
fontFamily: "monospace",
},
},
{ dark }