Skip to content

Commit

Permalink
[#2] ngl top header complete, install coreui
Browse files Browse the repository at this point in the history
  • Loading branch information
hale2024 committed Sep 22, 2023
1 parent 71f2492 commit 742b835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const App = () => {
// Set theme to light
const activateLightTheme = () => {
setTheme('light');

};

// Set theme to dark
Expand All @@ -72,7 +73,7 @@ const App = () => {
{ type: 'cartoon', params: {} },
// ... add more representations as needed
];
return (
return (
<ThemeContext.Provider value={{ theme, setTheme }}>
<ProteinViewer>
<div className='container1'>
Expand Down

0 comments on commit 742b835

Please sign in to comment.