From 9e6875a951c36932511af34dfe8f9f6d59a86986 Mon Sep 17 00:00:00 2001 From: balzack Date: Wed, 6 Sep 2023 17:53:21 -0700 Subject: [PATCH] styling blocked modals --- app/mobile/src/constants/Colors.js | 2 +- app/mobile/src/session/settings/Settings.styled.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/mobile/src/constants/Colors.js b/app/mobile/src/constants/Colors.js index bac1fc12..fa4a93b1 100644 --- a/app/mobile/src/constants/Colors.js +++ b/app/mobile/src/constants/Colors.js @@ -23,7 +23,7 @@ const LightColors = { primaryButton: '#448866', primaryButtonText: '#ffffff', cancelButton: '#888888', - cancelButtonText: '#ffffff', + cancelButtonText: '#bbbbbb', disabledButton: '#dddddd', disabledButtonText: '#aaaaaa', dangerButton: '#ff5555', diff --git a/app/mobile/src/session/settings/Settings.styled.js b/app/mobile/src/session/settings/Settings.styled.js index 50fe7b4d..2538261f 100644 --- a/app/mobile/src/session/settings/Settings.styled.js +++ b/app/mobile/src/session/settings/Settings.styled.js @@ -242,8 +242,7 @@ export const styles = StyleSheet.create({ paddingRight: 32, borderRadius: 4, borderWidth: 1, - borderColor: Colors.cancelButton, - backgroundColor: Colors.closeButton, + borderColor: Colors.cancelButtonText, }, closeButtonText: { color: Colors.closeButtonText,