Update app.ts, editor.ts

This commit is contained in:
Nate Butler
2022-04-04 12:13:59 -07:00
committed by Keith Simmons
parent 70b15e4c90
commit d88e20477d
5 changed files with 48 additions and 41 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import {
iconColor,
player,
text,
TextColor,
TextColor
} from "./components";
import Theme from "./theme";
@@ -89,7 +89,7 @@ export default function editor(theme: Theme) {
diagnosticHeader: {
background: theme.editor.background.value,
iconWidthFactor: 1.5,
textScaleFactor: 0.857,
textScaleFactor: 0.857, // NateQ: Will we need dynamic sizing for text? If so let's create tokens for these.
border: border(theme, "secondary", {
bottom: true,
top: true,