mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Merge branch 'master' of https://gitlab.insrt.uk/revolt/revite
This commit is contained in:
commit
c00b5ae37a
2 changed files with 2 additions and 1 deletions
|
@ -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" &&
|
||||
|
|
Loading…
Reference in a new issue