feat: removed dark theme and theme switching (#190)

This commit is contained in:
Vojtech Simetka
2021-08-26 09:40:13 +02:00
committed by GitHub
parent 3ce83d987d
commit d1720e243c
5 changed files with 32 additions and 157 deletions
+1 -2
View File
@@ -81,7 +81,6 @@ const useStyles = makeStyles((theme: Theme) =>
)
interface Props {
themeMode: string
isOk: boolean
}
@@ -104,7 +103,7 @@ export default function SideBar(props: Props): ReactElement {
<img
alt="swarm"
className={classes.logo}
src={props.themeMode === 'light' ? SwarmLogoOrange : SwarmLogoOrange}
src={SwarmLogoOrange}
style={{ maxHeight: '30px', alignItems: 'center' }}
/>
</Link>