Skip to content

Commit

Permalink
Merge pull request #1837 from myxmaster/remove_stroke_for_CaretUp
Browse files Browse the repository at this point in the history
Remove stroke for CaretUp
  • Loading branch information
kaloudis authored Nov 12, 2023
2 parents 3cf1968 + 4faafc3 commit dc07724
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions views/Wallet/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,7 @@ export default class Wallet extends React.Component<WalletProps, WalletState> {
'general.activity'
)}
>
<CaretUp
stroke={themeColor('text')}
fill={themeColor('text')}
/>
<CaretUp fill={themeColor('text')} />
</TouchableOpacity>
</Animated.View>
</>
Expand Down

0 comments on commit dc07724

Please sign in to comment.