From 49fcd8c1dfc1dd470c3a4036699a1cc545edf55f Mon Sep 17 00:00:00 2001 From: Kathy Luo Date: Wed, 15 Jan 2025 13:02:47 +0100 Subject: [PATCH] chore: remove infoLight --- src/dapps/DappShortcutsRewards.tsx | 4 ++-- src/styles/colors.tsx | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/dapps/DappShortcutsRewards.tsx b/src/dapps/DappShortcutsRewards.tsx index 6c47891288d..d0c1a8eff01 100644 --- a/src/dapps/DappShortcutsRewards.tsx +++ b/src/dapps/DappShortcutsRewards.tsx @@ -4,8 +4,8 @@ import { useTranslation } from 'react-i18next' import { Image, StyleSheet, Text, View } from 'react-native' import Animated from 'react-native-reanimated' import { useSafeAreaInsets } from 'react-native-safe-area-context' -import { DappShortcutsEvents } from 'src/analytics/Events' import AppAnalytics from 'src/analytics/AppAnalytics' +import { DappShortcutsEvents } from 'src/analytics/Events' import Button, { BtnSizes } from 'src/components/Button' import LegacyTokenDisplay from 'src/components/LegacyTokenDisplay' import TokenDisplay from 'src/components/TokenDisplay' @@ -268,7 +268,7 @@ const styles = StyleSheet.create({ }, chip: { marginTop: Spacing.Smallest8, - backgroundColor: Colors.infoLight, + backgroundColor: Colors.successLight, paddingVertical: 2, paddingHorizontal: Spacing.Smallest8, borderRadius: 100, diff --git a/src/styles/colors.tsx b/src/styles/colors.tsx index ee97bb477fc..b1b192b0e2f 100644 --- a/src/styles/colors.tsx +++ b/src/styles/colors.tsx @@ -35,8 +35,6 @@ enum Colors { /** @deprecated */ infoDark = '#0768AE', /** @deprecated */ - infoLight = '#E8F8FF', - /** @deprecated */ onboardingBrownLight = '#A49B80', /** @deprecated */ white = '#FFFFFF',