mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
fix: appearance setting not correctly set at first time & something else
This commit is contained in:
8
src/components/ConfigCarrier.astro
Normal file
8
src/components/ConfigCarrier.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
import {getConfig} from "../utils/config-utils";
|
||||
|
||||
---
|
||||
|
||||
<div id="config-carrier" data-hue={getConfig().appearance.hue}>
|
||||
</div>
|
||||
Reference in New Issue
Block a user