Skip to content

Commit f40a554

Browse files
committed
[fix] Nav Bar colors
1 parent 2db8168 commit f40a554

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/component/PageBox.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ export class PageFrame extends mixin<PageFrameProps>() {
4141
render({ menu, activeIndex, subMenu, defaultSlot }: PageFrameProps) {
4242
return (
4343
<>
44-
<NavBar offcanvas brand="BootCell">
44+
<NavBar
45+
offcanvas
46+
brand="BootCell"
47+
expand="md"
48+
background="dark"
49+
theme="dark"
50+
>
4551
{menu.map(({ title, ...rest }, index) => {
4652
const current = index === activeIndex;
4753

0 commit comments

Comments
 (0)