mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
Changed unclaimed button text style
This commit is contained in:
parent
f627bd0caa
commit
4868fd99ec
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user