This commit is contained in:
2023-06-02 01:03:01 -04:00
parent 5dcfd5da8d
commit 4f7d3879a8
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ enum CategoryColor {
final String hex;
name() {
return this.toString().split('.').last;
return toString().split('.').last;
}
backgroundColor() {