This commit is contained in:
Paul 2021-07-10 18:06:22 +01:00
commit c00b5ae37a
2 changed files with 2 additions and 1 deletions

View file

@ -75,7 +75,7 @@ export function GenericSettings({
content={
isTouchscreenDevice
? theme["background"]
: theme["background"]
: theme["secondary-background"]
}
/>
</Helmet>

View file

@ -98,6 +98,7 @@ export function Component(props: Props) {
<div className={styles.theme}>
<img
src={lightSVG}
draggable={false}
data-active={selected === "light"}
onClick={() =>
selected !== "light" &&