Added again color properties

This commit is contained in:
Mustafa Buyukcelebi 2018-12-21 10:56:48 +03:00
parent ab7e219862
commit 0947f90cc6
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export default EStyleSheet.create({
alignSelf: 'center',
},
rightIcon: {
color: '$iconColor',
justifyContent: 'center',
alignSelf: 'center',
},

View File

@ -31,6 +31,7 @@ export default EStyleSheet.create({
alignItems: 'center',
},
editorButton: {
color: '$primaryDarkGray',
marginRight: 15,
height: 24,
},