changes action buttons color to teal, rounded corners for buttons in settings
This commit is contained in:
+3
-2
@@ -282,7 +282,7 @@ export default StyleSheet.create({
|
|||||||
height: 60,
|
height: 60,
|
||||||
},
|
},
|
||||||
actionButtonItem: {
|
actionButtonItem: {
|
||||||
backgroundColor: primaryColor,
|
backgroundColor: secondaryColor,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
flex: 1,
|
flex: 1,
|
||||||
marginHorizontal: 5,
|
marginHorizontal: 5,
|
||||||
@@ -316,7 +316,8 @@ export default StyleSheet.create({
|
|||||||
settingsButton: {
|
settingsButton: {
|
||||||
padding: 10,
|
padding: 10,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
margin: 10
|
margin: 10,
|
||||||
|
borderRadius: 5,
|
||||||
},
|
},
|
||||||
settingsButtonAccent: {
|
settingsButtonAccent: {
|
||||||
backgroundColor: secondaryColor
|
backgroundColor: secondaryColor
|
||||||
|
|||||||
Reference in New Issue
Block a user