From eaf01e98d5f9ffd1251d4a55a8e0b001d95137f7 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Thu, 14 Mar 2024 10:58:56 +0000 Subject: [PATCH] renaming --- components/cycle-day/select-tab-group.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/cycle-day/select-tab-group.js b/components/cycle-day/select-tab-group.js index 195c6e7..25db72a 100644 --- a/components/cycle-day/select-tab-group.js +++ b/components/cycle-day/select-tab-group.js @@ -39,7 +39,7 @@ export default function SelectTabGroup({ isActive && styles.boxActive, isSecondarySymptomSwitch && styles.purpleBox, isSecondarySymptomSwitch && isActive && styles.activePurpleBox, - disabled && styles.inActiveBox, + disabled && styles.disabledBox, ] const textStyle = [ styles.text, @@ -99,7 +99,7 @@ const styles = StyleSheet.create({ greyText: { color: Colors.grey, }, - inActiveBox: { + disabledBox: { borderColor: Colors.grey, backgroundColor: Colors.turquoiseLight, },