Skip to content

Commit

Permalink
[PAY-2477] Remove blue background from purchased in download section (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Feb 8, 2024
1 parent 80a170c commit bb662db
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/mobile/src/screens/track-screen/DownloadSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,7 @@ export const DownloadSection = ({ trackId }: { trackId: ID }) => {
) : null}
{shouldDisplayPremiumDownloadUnlocked ? (
<>
<Flex
gap='s'
direction='row'
alignItems='center'
style={css({
backgroundColor: color.special.blue
})}
>
<Flex gap='s' direction='row' alignItems='center'>
<Flex
borderRadius='3xl'
ph='s'
Expand Down

0 comments on commit bb662db

Please sign in to comment.