Skip to content

Commit 3d5b088

Browse files
committed
docs: update content
1 parent b0b42c5 commit 3d5b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/components/navbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ Theming the navbar has never been easier thanks to the combination of theming cl
638638
</CContainer>
639639
</CNavbar>
640640
<br/>
641-
<CNavbar expand="lg" color-scheme="light" style={{backgroundColor: '#e3f2fd'}}>
641+
<CNavbar expand="lg" color-scheme="light" style="background-color: #e3f2fd">
642642
<CContainer fluid>
643643
<CNavbarBrand href="#">Navbar</CNavbarBrand>
644644
<CNavbarToggler aria-label="Toggle navigation" aria-expanded={visible} @click="visible = !visible"/>

0 commit comments

Comments
 (0)