mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
LibGUI: Use SystemColor::Text in more places
This commit is contained in:
parent
79f7482ad3
commit
9171aef724
6 changed files with 9 additions and 7 deletions
|
@ -35,6 +35,8 @@ enum class SystemColor {
|
|||
ThreedShadow1,
|
||||
ThreedShadow2,
|
||||
HoverHighlight,
|
||||
|
||||
DisabledText = ThreedShadow1,
|
||||
};
|
||||
|
||||
class Color {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue