mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Inverted color scheme on phase buttons.
This commit is contained in:
@@ -612,7 +612,7 @@ public class ViewField extends FRoundedPanel {
|
|||||||
c = Color.red;
|
c = Color.red;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (active && !hover) {
|
if (!active && !hover) {
|
||||||
c = c.darker().darker();
|
c = c.darker().darker();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user