can now use named colors

This commit is contained in:
kepler155c@gmail.com
2020-04-21 22:32:53 -06:00
parent 949c485539
commit d17162b49d
14 changed files with 190 additions and 253 deletions

View File

@@ -110,7 +110,7 @@ local passwordPage = UI.WizardPage {
preview = UI.TextEntry {
formIndex = 4,
formLabel = 'Using address', formKey = 'address',
backgroundColor = UI.colors.primary,
backgroundColor = 'primary',
textColor = colors.yellow,
inactive = true,
},