From cf6c601c4791c3d8489bbaca3df0e08332cd2d44 Mon Sep 17 00:00:00 2001 From: tina Date: Fri, 10 May 2019 12:11:09 +0200 Subject: [PATCH] changes action buttons color to teal, rounded corners for buttons in settings --- styles/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/index.js b/styles/index.js index 1378eab..690c3a3 100644 --- a/styles/index.js +++ b/styles/index.js @@ -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