Skip to content

Commit

Permalink
fix eyebrow color
Browse files Browse the repository at this point in the history
  • Loading branch information
winkerVSbecks committed Aug 22, 2023
1 parent 7f342f0 commit 11d2ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Eyebrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const EyebrowContainer = styled.div<{
display: none;
align-items: center;
padding: ${spacing.padding.small}px ${spacing.padding.medium}px;
background-color: ${(props) => (props.inverse ? 'rgba(0, 0, 0, 0.3)' : color.bluelight)};
background-color: ${(props) => (props.inverse ? 'rgba(0, 0, 0, 0.3)' : color.bluelighter)};
box-shadow: ${(props) => (props.inverse ? 'rgba(255, 255, 255, 0.1)' : color.tr10)} 0 -1px 0px 0px
inset;
Expand Down

0 comments on commit 11d2ed8

Please sign in to comment.