mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +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;
|
||||
}
|
||||
|
||||
if (active && !hover) {
|
||||
if (!active && !hover) {
|
||||
c = c.darker().darker();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user