Repaint cross to white

because it is much easier to paint to desired color on the fly
This commit is contained in:
DBotThePony 2022-08-23 22:34:41 +07:00
parent 28f50af69c
commit 9746bfa69a
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ object Widgets18 {
val COUNT = GRID.next()
val COLON = GRID.next()
val C = GRID.next()
val RED_CROSS = GRID.next()
val CROSS = GRID.next()
}