Skip to content

Commit

Permalink
Update Footer.styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Mar 8, 2024
1 parent d9038d9 commit 069e59a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Footer/Footer.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import {
const inverseBorder = 'rgba(255, 255, 255, 0.1)';

export const FooterWrapper = styled.footer<{ inverse?: boolean }>`
position: relative;
z-index: 10;
background-color: ${(props) => (props.inverse ? '#0E0C2A' : background.app)};
border-top: 1px solid ${(props) => (props.inverse ? inverseBorder : color.border)};
padding-top: 3rem;
Expand Down

0 comments on commit 069e59a

Please sign in to comment.