fix: 修改UI结构,封装切换按钮

This commit is contained in:
MTrun
2021-12-16 13:33:04 +08:00
parent 13e7a64585
commit 52e2fc2f4a
11 changed files with 82 additions and 52 deletions
+10
View File
@@ -0,0 +1,10 @@
@import './mixins/config.scss';
@import './_dark.scss';
@import './_light.scss';
$themes: (
// 亮白
#{$theme-light}: $light,
// 暗黑
#{$theme-dark}: $dark
);