Skip to content

Commit

Permalink
chore: remove infoLight
Browse files Browse the repository at this point in the history
  • Loading branch information
kathaypacific committed Jan 15, 2025
1 parent f05d515 commit 49fcd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/dapps/DappShortcutsRewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions src/styles/colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ enum Colors {
/** @deprecated */
infoDark = '#0768AE',
/** @deprecated */
infoLight = '#E8F8FF',
/** @deprecated */
onboardingBrownLight = '#A49B80',
/** @deprecated */
white = '#FFFFFF',
Expand Down

0 comments on commit 49fcd8c

Please sign in to comment.