Skip to content

Commit

Permalink
Merge pull request #720 from jembi/CU-86c0v0ay2_Navbar-double-shadow
Browse files Browse the repository at this point in the history
Updating Linear Gradient
  • Loading branch information
drizzentic authored Nov 19, 2024
2 parents 3220ab0 + 3be3a52 commit 6a47d3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ export default function OpenhimAppBar() {
)}
</Toolbar>
<Box
sx={{height: 5, background: 'linear-gradient(90deg, #5EF26F, #058568)'}}
sx={{height: 5, background: 'linear-gradient(90deg, #4EC75C, #066B54)'}}
/>
</AppBar>
)
Expand Down

0 comments on commit 6a47d3e

Please sign in to comment.