Skip to content

Commit

Permalink
feat(ui): change box-shadow style of Header component
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 15, 2021
1 parent 6809096 commit 4f7b42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const LocalHeader = styled.header`
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.089);
box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.05);
h1 {
a {
Expand Down

0 comments on commit 4f7b42e

Please sign in to comment.