We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99af031 commit 91ba7bbCopy full SHA for 91ba7bb
frontend/src/components/Lab/LabLayout.js
@@ -7,7 +7,7 @@ import ResearchDomainNav from './ResearchDomainNav';
7
const LabLayout = () => {
8
const location = useLocation();
9
const [search, setSearch] = useState('');
10
- const [theme, setTheme] = useState(() => localStorage.getItem('lab_theme') || 'dark');
+ const [theme, setTheme] = useState(() => localStorage.getItem('lab_theme') || 'light');
11
const [settings, setSettings] = useState(() => {
12
const defaults = {
13
compareCap: 5,
0 commit comments