Skip to content
Snippets Groups Projects
Commit 1e1aad79 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#433

parent 91918bdb
No related branches found
No related tags found
No related merge requests found
Pipeline #1496 failed
...@@ -94,7 +94,7 @@ public class Category ...@@ -94,7 +94,7 @@ public class Category
public String getAppropriateTextColor() public String getAppropriateTextColor()
{ {
return ColorUtils.toRGBHexWithoutOpacity(ColorUtils.getAppropriateTextColor(new Color(color))); return ColorUtils.getAppropriateTextColor(new Color(color)).toRGBHexWithoutOpacity();
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment