mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Fix merge conflict missed from before
This commit is contained in:
@@ -270,8 +270,8 @@ interface Props {
|
|||||||
function Theme({ children, options }: Props) {
|
function Theme({ children, options }: Props) {
|
||||||
const theme: Theme = {
|
const theme: Theme = {
|
||||||
...PRESETS["dark"],
|
...PRESETS["dark"],
|
||||||
...PRESETS[props.options?.preset ?? ''],
|
...PRESETS[options?.preset ?? ''],
|
||||||
...props.options?.custom
|
...options?.custom
|
||||||
};
|
};
|
||||||
|
|
||||||
const root = document.documentElement.style;
|
const root = document.documentElement.style;
|
||||||
|
|||||||
Reference in New Issue
Block a user