Changed unclaimed button text style

This commit is contained in:
Mustafa Buyukcelebi 2019-05-08 14:57:49 +03:00
parent f627bd0caa
commit 4868fd99ec

View File

@ -9,7 +9,7 @@ export default EStyleSheet.create({
},
// TODO: merge them / ugur
unclaimedText: {
color: '$primaryBackgroundColor',
color: '$pureWhite',
fontSize: 14,
fontWeight: 'bold',
alignSelf: 'center',
@ -26,7 +26,7 @@ export default EStyleSheet.create({
flexDirection: 'row',
},
mainIconWrapper: {
backgroundColor: '$primaryBackgroundColor',
backgroundColor: '$pureWhite',
justifyContent: 'center',
alignSelf: 'center',
alignItems: 'center',