Skip to content
Snippets Groups Projects
Commit 8633625f authored by MarcusStorvangJonassen's avatar MarcusStorvangJonassen
Browse files

Added so 100% of Daily Goal is blue color to differentiate from the other colors

parent b40a30eb
No related branches found
No related tags found
1 merge request!33Frontend ui
......@@ -103,7 +103,8 @@ namespace BeSafePlus
< 0.4f => SKColor.Parse("#FF8000"), // Orange
< 0.6f => SKColor.Parse("#FFFF00"), // Gul
< 0.8f => SKColor.Parse("#00FF00"), // Lysegrøn
_ => SKColor.Parse("#008000"), // Grøn
< 1f => SKColor.Parse("#008000"), // Grøn
_ => SKColor.Parse("#0000FF"), // Blå
};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment