Minor style adjustements

This commit is contained in:
barsdeveloper
2022-04-22 21:39:42 +02:00
parent 5c9c0c66ca
commit 1a282b6c8c
7 changed files with 1544 additions and 1543 deletions

View File

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