Skip to content
Snippets Groups Projects
Commit c00b5ae3 authored by insert's avatar insert
Browse files

Merge branch 'master' of https://gitlab.insrt.uk/revolt/revite

parents 93ee9871 cc78c7f4
No related merge requests found
......@@ -75,7 +75,7 @@ export function GenericSettings({
content={
isTouchscreenDevice
? theme["background"]
: theme["background"]
: theme["secondary-background"]
}
/>
</Helmet>
......
......@@ -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" &&
......
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