diff --git a/src/components/horizontalIconList/horizontalIconListStyles.js b/src/components/horizontalIconList/horizontalIconListStyles.js index 46dfd6970..b15a1d7ba 100644 --- a/src/components/horizontalIconList/horizontalIconListStyles.js +++ b/src/components/horizontalIconList/horizontalIconListStyles.js @@ -33,7 +33,7 @@ export default EStyleSheet.create({ }, icon: { fontSize: 24, - color: '$primaryDarkText', + color: '$darkGrayBackground', }, badge: { position: 'absolute', diff --git a/src/components/toastNotification/view/toastNotificationStyles.js b/src/components/toastNotification/view/toastNotificationStyles.js index 84338ff48..7742183e9 100644 --- a/src/components/toastNotification/view/toastNotificationStyles.js +++ b/src/components/toastNotification/view/toastNotificationStyles.js @@ -11,7 +11,7 @@ export default EStyleSheet.create({ minWidth: '$deviceWidth / 1.9', height: 44, borderRadius: 30, - backgroundColor: '$primaryDarkText', + backgroundColor: '$darkGrayBackground', margin: 5, shadowOffset: { height: 5, diff --git a/src/screens/coinDetails/children/rangeSelector.tsx b/src/screens/coinDetails/children/rangeSelector.tsx index 84a98d9c1..ea8d0d5b1 100644 --- a/src/screens/coinDetails/children/rangeSelector.tsx +++ b/src/screens/coinDetails/children/rangeSelector.tsx @@ -28,7 +28,7 @@ export const RangeSelector = ({range, onRangeChange}:RangeSelectorProps) => { ...styles.rangeOptionWrapper, backgroundColor: EStyleSheet.value( item.value === range ? - '$primaryDarkText':'$primaryLightBackground' + '$darkGrayBackground':'$primaryLightBackground' ) }}>