Restore font sizes

This commit is contained in:
barsdeveloper
2023-10-05 22:35:11 +02:00
parent 42b6aefeed
commit 90584e16c0
8 changed files with 30 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ export default class Configuration {
begin: "blueprint-focus",
end: "blueprint-unfocus",
}
static fontSize = css`12.5px`
static fontSize = css`13px`
static gridAxisLineColor = css`black`
static gridExpandThreshold = 0.25 // remaining size factor threshold to cause an expansion event
static gridLineColor = css`#353535`