Skip to content

Commit 91ba7bb

Browse files
committed
commit 859f3c2e4b6e2a1b2c3d4e5f67890123456789ab
1 parent 99af031 commit 91ba7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Lab/LabLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ResearchDomainNav from './ResearchDomainNav';
77
const LabLayout = () => {
88
const location = useLocation();
99
const [search, setSearch] = useState('');
10-
const [theme, setTheme] = useState(() => localStorage.getItem('lab_theme') || 'dark');
10+
const [theme, setTheme] = useState(() => localStorage.getItem('lab_theme') || 'light');
1111
const [settings, setSettings] = useState(() => {
1212
const defaults = {
1313
compareCap: 5,

0 commit comments

Comments
 (0)