fix(Core.Theme): remove redundant theme properties
This slipped through in #31
This commit is contained in:
parent
554400e9d2
commit
ad5c6c555b
|
@ -66,10 +66,6 @@ ThemePalette {
|
|||
source: "../../../assets/fonts/InterStatus/InterStatus-Black.otf"
|
||||
}
|
||||
|
||||
baseColor1: getColor('grey5')
|
||||
baseColor2: getColor('grey4')
|
||||
baseColor3: getColor('grey3')
|
||||
|
||||
baseColor1: getColor('grey5')
|
||||
baseColor2: getColor('grey4')
|
||||
baseColor3: getColor('grey3')
|
||||
|
|
Loading…
Reference in New Issue