feat: add dark theme support

This commit is contained in:
Yidadaa
2023-03-13 03:06:21 +08:00
parent a9940cb05e
commit 14d50f1167
14 changed files with 395 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
import styles from "./ui-lib.module.css";
import styles from "./ui-lib.module.scss";
export function Popover(props: {
children: JSX.Element;