Commit f5abfb53 authored by Max Alekseenko's avatar Max Alekseenko

remove !important

parent 411af874
......@@ -45,7 +45,9 @@ const RewardsButton = ({ variant = 'header', size }: Props) => {
px={ !isLoading && Boolean(apiToken) ? 2.5 : 4 }
isLoading={ isLoading }
loadingText={ isMobile ? undefined : 'Merits' }
textDecoration="none !important"
_hover={{
textDecoration: 'none',
}}
>
<IconSvg
name={ dailyRewardQuery.data?.available ? 'merits_with_dot' : 'merits' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment