Styles the buttons in password confirmation
This commit is contained in:
+8
-2
@@ -280,10 +280,12 @@ export default StyleSheet.create({
|
||||
fontWeight: 'bold'
|
||||
},
|
||||
settingsButton: {
|
||||
backgroundColor: secondaryColor,
|
||||
padding: 10,
|
||||
alignItems: 'center',
|
||||
margin: 10,
|
||||
margin: 10
|
||||
},
|
||||
settingsButtonAccent: {
|
||||
backgroundColor: secondaryColor
|
||||
},
|
||||
settingsButtonDisabled: {
|
||||
backgroundColor: colorInActive
|
||||
@@ -291,6 +293,10 @@ export default StyleSheet.create({
|
||||
settingsButtonText: {
|
||||
color: fontOnPrimaryColor
|
||||
},
|
||||
settingsButtonSecondaryText: {
|
||||
color: secondaryColor
|
||||
|
||||
},
|
||||
statsRow: {
|
||||
flexDirection: 'row',
|
||||
width: '100%'
|
||||
|
||||
Reference in New Issue
Block a user