Skip to content

Commit bbbb042

Browse files
committed
fix theme swicthing topbar
1 parent d90fe41 commit bbbb042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/top-bar/src/lib/remix-ui-topbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ export function RemixUiTopbar () {
561561
>
562562
<Dropdown.Item
563563
onClick={() => {
564-
plugin.call('theme', 'switchTheme', 'Flatly')
564+
plugin.call('theme', 'switchTheme', 'Light')
565565
}}
566566
data-id="topbar-themeIcon-light"
567567
>

0 commit comments

Comments
 (0)