fixing things to get it solid on ipod touch

This commit is contained in:
talksik
2021-12-12 15:29:11 -08:00
parent 48a7206408
commit 13297d91d0
4 changed files with 28 additions and 21 deletions
+1
View File
@@ -40,4 +40,5 @@ final class NirvanaColor {
static let teal:Color = Color(red: 0.0, green: 0.314, blue: 0.314)
static let bgLightGrey:Color = Color(red: 0.898, green: 0.898, blue: 0.898)
static let white: Color = Color.white
static let black: Color = Color.black
}