changes action buttons color to teal, rounded corners for buttons in settings

This commit is contained in:
tina
2019-05-10 12:11:09 +02:00
parent 9c8cc8de2e
commit cf6c601c47
+3 -2
View File
@@ -282,7 +282,7 @@ export default StyleSheet.create({
height: 60,
},
actionButtonItem: {
backgroundColor: primaryColor,
backgroundColor: secondaryColor,
alignItems: 'center',
flex: 1,
marginHorizontal: 5,
@@ -316,7 +316,8 @@ export default StyleSheet.create({
settingsButton: {
padding: 10,
alignItems: 'center',
margin: 10
margin: 10,
borderRadius: 5,
},
settingsButtonAccent: {
backgroundColor: secondaryColor