Skip to content

Commit

Permalink
Fixes #172 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 authored Sep 11, 2023
1 parent 92d05a4 commit 87a388a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/Payment/Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type { TSuccessPageProps } from '@model/nav'
import { useFocusEffect } from '@react-navigation/core'
import { useThemeContext } from '@src/context/Theme'
import { NS } from '@src/i18n'
import { mainColors } from '@styles'
import { formatInt, vib } from '@util'
import LottieView from 'lottie-react-native'
import { useCallback, useEffect, useState } from 'react'
Expand Down Expand Up @@ -137,7 +136,6 @@ const styles = StyleSheet.create({
marginBottom: 10,
},
meltTxt: {
color: mainColors.WHITE,
fontWeight: '500'
},
mints: {
Expand Down

0 comments on commit 87a388a

Please sign in to comment.