changed font colors and sizes

This commit is contained in:
Yvonne Schmidt
2024-12-01 01:48:09 +01:00
parent 16ff61264b
commit dc66fd7384
2 changed files with 21 additions and 7 deletions

View File

@@ -64,6 +64,16 @@ selector("label-Bold", "pp") {
textHAlignment = HAlignment.Center
textVAlignment = VAlignment.Center
}
selector("label-toolbar", "pp") {
insets = new Insets3f(2, 2, 2, 2)
font = font("Interface/Fonts/Metropolis/Metropolis-Bold-32.fnt")
fontSize = 30
color = new ColorRGBA(ColorRGBA.White)
textHAlignment = HAlignment.Center
textVAlignment = VAlignment.Center
}
selector("label-Text", "pp") {
insets = new Insets3f(2, 2, 2, 2)
@@ -74,7 +84,7 @@ selector("label-Text", "pp") {
selector("label-account", "pp") {
insets = new Insets3f(2, 2, 2, 2)
fontSize = 25
color = buttonEnabledColor
color = new ColorRGBA(ColorRGBA.White)
textHAlignment = HAlignment.Center
textVAlignment = VAlignment.Center
}