1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

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

View file

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