mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
changed card background
This commit is contained in:
parent
7352c9b36e
commit
ad9b8bb4af
@ -7,15 +7,16 @@ export default EStyleSheet.create({
|
||||
},
|
||||
stepOneContainer: {
|
||||
zIndex: 2,
|
||||
borderWidth: 1,
|
||||
borderColor: '$borderColor',
|
||||
paddingVertical: 16,
|
||||
borderRadius: 12,
|
||||
backgroundColor: '$primaryLightBackground',
|
||||
},
|
||||
stepTwoContainer: {
|
||||
paddingVertical: 12,
|
||||
borderWidth: 1,
|
||||
borderColor: '$borderColor',
|
||||
marginTop: 16,
|
||||
|
||||
borderRadius: 12,
|
||||
backgroundColor: '$primaryLightBackground',
|
||||
},
|
||||
stepThreeContainer: {
|
||||
alignItems: 'center',
|
||||
@ -232,6 +233,7 @@ export default EStyleSheet.create({
|
||||
fillSpace: {
|
||||
flex: 1,
|
||||
padding: 16,
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
},
|
||||
elevate: {
|
||||
zIndex: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user