🐛 fix: update LoadingBar color to primary for better visibility in navigation progress
This commit is contained in:
parent
b55961395f
commit
46cbdeafd4
@ -15,11 +15,6 @@ export function NavigationProgress() {
|
|||||||
}, [state.status]);
|
}, [state.status]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<LoadingBar
|
<LoadingBar color="var(--primary)" height={2} ref={ref} shadow={true} />
|
||||||
color="var(--muted-foreground)"
|
|
||||||
height={2}
|
|
||||||
ref={ref}
|
|
||||||
shadow={true}
|
|
||||||
/>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user