Skip to content

Commit

Permalink
fix(campaign): correct announcenent tab text color
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Aug 19, 2024
1 parent 483cd62 commit 6bf113b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ const ArticleFeedsTabs = ({
pageType: 'campaign_detail',
})
}}
textColor="goldPress"
textColor={
feedType === FEED_TYPE_ANNOUNCEMENT ? 'white' : 'goldPress'
}
bgColor={
feedType === FEED_TYPE_ANNOUNCEMENT ? 'warnYellow' : 'topUpYellow'
}
Expand Down

0 comments on commit 6bf113b

Please sign in to comment.