Skip to content

Commit 7ee42dd

Browse files
committed
feat(NavigationBar): replace shadow-fixed with shadow-navbar
1 parent ac2e0c8 commit 7ee42dd

7 files changed

+1
-1
lines changed

packages/orbit-components/src/NavigationBar/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const NavigationBar = ({
9595
transparentBgAtTop
9696
? "transition-[transform,background-color,border-color]"
9797
: "transition-transform",
98-
!isTransparentBg && bottomStyle === "shadow" && "shadow-fixed",
98+
!isTransparentBg && bottomStyle === "shadow" && "shadow-navbar",
9999
isTransparentBg && bottomStyle === "border" && "border-transparent", // important for the transition to work well
100100
!isTransparentBg && bottomStyle === "border" && "border-cloud-normal border-b",
101101
isTransparentBg ? "bg-transparent" : "bg-white-normal",

0 commit comments

Comments
 (0)