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