1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

Calculator: Give the '9' button a blue foreground color as well

This commit is contained in:
Linus Groh 2021-01-22 17:43:56 +01:00 committed by Andreas Kling
parent 0bf5669ba3
commit 5e95a777e0

View file

@ -87,6 +87,7 @@
text: "9" text: "9"
fixed_width: 35 fixed_width: 35
fixed_height: 28 fixed_height: 28
foreground_color: "blue"
} }
@GUI::Button { @GUI::Button {