diff options
| author | Factiven <[email protected]> | 2023-04-14 16:26:42 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-14 16:26:42 +0700 |
| commit | a4c2377011eddb580aa6df8dd56127259381e01b (patch) | |
| tree | c1129d4d2e0fe25739d0aac7bd2fbf6a58474d8c /components/layout.js | |
| parent | Update index.js (diff) | |
| download | moopa-a4c2377011eddb580aa6df8dd56127259381e01b.tar.xz moopa-a4c2377011eddb580aa6df8dd56127259381e01b.zip | |
Update 7th
Diffstat (limited to 'components/layout.js')
| -rw-r--r-- | components/layout.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout.js b/components/layout.js index ab4159a..280fbdb 100644 --- a/components/layout.js +++ b/components/layout.js @@ -47,8 +47,8 @@ function Layout(props) { isAtTop ? `px-2 pt-2 transition-all duration-1000 ${props.navTop}` : isScrollingDown - ? "md:h-16 md:translate-y-[-100%] md:shadow-sm md:bg-black " - : "md:h-16 md:translate-y-0 md:shadow-sm md:bg-black" + ? "md:h-16 md:translate-y-[-100%] md:shadow-sm md:bg-[#0c0d10] " + : "md:h-16 md:translate-y-0 md:shadow-sm md:bg-[#0c0d10]" }`} /> |