Skip to content
Snippets Groups Projects
Commit cc78c7f4 authored by nizune's avatar nizune
Browse files

Fixed settings theme color

parent 5b5ca47c
No related merge requests found
...@@ -75,7 +75,7 @@ export function GenericSettings({ ...@@ -75,7 +75,7 @@ export function GenericSettings({
content={ content={
isTouchscreenDevice isTouchscreenDevice
? theme["background"] ? theme["background"]
: theme["background"] : theme["secondary-background"]
} }
/> />
</Helmet> </Helmet>
......
...@@ -98,6 +98,7 @@ export function Component(props: Props) { ...@@ -98,6 +98,7 @@ export function Component(props: Props) {
<div className={styles.theme}> <div className={styles.theme}>
<img <img
src={lightSVG} src={lightSVG}
draggable={false}
data-active={selected === "light"} data-active={selected === "light"}
onClick={() => onClick={() =>
selected !== "light" && selected !== "light" &&
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment