random todo

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-16 09:37:14 -07:00
parent d796c44b46
commit 8a3bf8b44f

View File

@@ -50,6 +50,7 @@ struct EventView: View {
}
// TODO: make this less saturated on white theme
func calculate_pow_color(_ pow: Int) -> Color
{
let x = Double(pow) / 30.0;