File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/server/webui/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useAppContext } from '../utils/app.context';
44import { classNames } from '../utils/misc' ;
55import daisyuiThemes from 'daisyui/theme/object' ;
66import { THEMES } from '../Config' ;
7- import { Cog8ToothIcon , SunIcon , Bars3Icon } from '@heroicons/react/24/outline' ;
7+ import { Cog8ToothIcon , MoonIcon , Bars3Icon } from '@heroicons/react/24/outline' ;
88
99export default function Header ( ) {
1010 const [ selectedTheme , setSelectedTheme ] = useState ( StorageUtils . getTheme ( ) ) ;
@@ -45,7 +45,7 @@ export default function Header() {
4545 < div className = "tooltip tooltip-bottom" data-tip = "Themes" >
4646 < div className = "dropdown dropdown-end dropdown-bottom" >
4747 < div tabIndex = { 0 } role = "button" className = "btn m-1" >
48- < SunIcon className = "w-5 h-5" />
48+ < MoonIcon className = "w-5 h-5" />
4949 </ div >
5050 < ul
5151 tabIndex = { 0 }
You can’t perform that action at this time.
0 commit comments