Skip to content

Commit

Permalink
Change warning background color
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed Oct 17, 2023
1 parent 2fca131 commit 7f2ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LayoutHeader/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import logoSvg from 'icons/logo.svg';
const ContainerWrapper = ({children}) => (
<div
css={{
backgroundColor: 'hsl(222, 14%, 10%)',
backgroundColor: 'brown',
}}>
{children}
</div>
Expand Down

0 comments on commit 7f2ea75

Please sign in to comment.