Skip to content

Commit

Permalink
Fix contrast issue on download tabs #354
Browse files Browse the repository at this point in the history
  • Loading branch information
tswinb committed Aug 21, 2020
1 parent ac11b3b commit e92772a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const DownloadTabs: React.FC = () => {
<Tabs
value={selectedTab}
onChange={handleChange}
indicatorColor="primary"
textColor="primary"
indicatorColor="secondary"
textColor="secondary"
centered
>
<Tab
Expand Down

0 comments on commit e92772a

Please sign in to comment.