Skip to content

Commit

Permalink
fix: adjust header background colour based on screen context, #4164
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Sep 11, 2023
1 parent d8655c1 commit 015c4e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ export const Header: React.FC<HeaderProps> = memo(props => {
justifyContent="space-between"
p="base"
minHeight={['', '80px']}
backgroundColor={[
token('colors.accent.background-primary'),
token('colors.accent.background-secondary'),
]}
position="relative"
{...rest}
>
Expand Down

0 comments on commit 015c4e1

Please sign in to comment.