Skip to content

Commit

Permalink
fix: dvv banner styles
Browse files Browse the repository at this point in the history
  • Loading branch information
manneredboor committed Aug 20, 2024
1 parent d4a3714 commit 52affc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shared/banners/dvv-banner/dvv-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const DVVBanner = () => {
<Footer>
<FooterText>
Not financial advice. Info and APR are illustrative, actual rewards
may vary. Vaults use carries risk. By proceeding, you&apos;ll be
may vary. Vaults use carries risk. By proceeding, you&apos;ll&nbsp;be
redirected to a third-party site.
</FooterText>
<FooterAction>
Expand Down
1 change: 1 addition & 0 deletions shared/banners/dvv-banner/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const Footer = styled.div`
export const FooterText = styled.div`
color: var(--lido-color-textSecondary);
font-size: 11px;
line-height: 17px;
opacity: ${({ theme }) => (theme.name === 'dark' ? '0.5' : '1')};
`;

Expand Down

0 comments on commit 52affc8

Please sign in to comment.