renaming
This commit is contained in:
@@ -39,7 +39,7 @@ export default function SelectTabGroup({
|
|||||||
isActive && styles.boxActive,
|
isActive && styles.boxActive,
|
||||||
isSecondarySymptomSwitch && styles.purpleBox,
|
isSecondarySymptomSwitch && styles.purpleBox,
|
||||||
isSecondarySymptomSwitch && isActive && styles.activePurpleBox,
|
isSecondarySymptomSwitch && isActive && styles.activePurpleBox,
|
||||||
disabled && styles.inActiveBox,
|
disabled && styles.disabledBox,
|
||||||
]
|
]
|
||||||
const textStyle = [
|
const textStyle = [
|
||||||
styles.text,
|
styles.text,
|
||||||
@@ -99,7 +99,7 @@ const styles = StyleSheet.create({
|
|||||||
greyText: {
|
greyText: {
|
||||||
color: Colors.grey,
|
color: Colors.grey,
|
||||||
},
|
},
|
||||||
inActiveBox: {
|
disabledBox: {
|
||||||
borderColor: Colors.grey,
|
borderColor: Colors.grey,
|
||||||
backgroundColor: Colors.turquoiseLight,
|
backgroundColor: Colors.turquoiseLight,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user