Skip to content

Commit

Permalink
refactor: ♻️ Roll back analytics tab icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
rique223 committed Sep 15, 2023
1 parent c22c76a commit 4df7579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AnalyticsReports = ({ analytics }: { analytics: Serialized<IStats> }) => {
<Box p={20} pbe={28} mbe={24}>
<Box display='flex' flexDirection='row' alignItems='center' mbe={20}>
<Box display='flex' justifyContent='center' alignItems='center' borderRadius={2} p={4} mie={8} bg='status-background-info'>
<Icon name='info' size={20} color='pure-black' />
<Icon name='info' size={20} color='info' />
</Box>
<Box fontScale='h4'>{t('How_and_why_we_collect_usage_data')}</Box>
</Box>
Expand Down

0 comments on commit 4df7579

Please sign in to comment.