Skip to content

Commit

Permalink
try fix menu text missing color on ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun committed Sep 11, 2023
1 parent adcf386 commit c234fc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header/KyberAINavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const CustomSlideToUnlock = styled(SlideToUnlock)`
);
background-clip: text;
-webkit-background-clip: text;
color: ${({ theme }) => theme.subText};
&[data-active='true'] {
background: linear-gradient(
to right,
Expand All @@ -36,6 +36,7 @@ const CustomSlideToUnlock = styled(SlideToUnlock)`
/* Repetitive but not redundant */
background-clip: text;
-webkit-background-clip: text;
color: ${({ theme }) => theme.primary};
}
`

Expand Down

0 comments on commit c234fc6

Please sign in to comment.