Skip to content

Commit d7d48cc

Browse files
mdubusbidoubiwa
andauthored
Fix typo for light mode
Co-authored-by: cvermand <[email protected]>
1 parent 95eab70 commit d7d48cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/DocsSearchBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class DocsSearchBar {
105105
if (this.enableDarkMode && isSystemInDarkMode) {
106106
searchbox.setAttribute('data-ds-theme', 'dark')
107107
} else {
108-
searchbox.setAttribute('data-ds-theme', 'ligh')
108+
searchbox.setAttribute('data-ds-theme', 'light')
109109
}
110110
}
111111

0 commit comments

Comments
 (0)