💄 fix(ui): 优化confirm组件深色模式表现

This commit is contained in:
BTMuli
2023-04-24 20:11:12 +08:00
parent 42f6d7bdaa
commit 0c178f8958

View File

@@ -22,7 +22,7 @@ html.dark {
--content-text-3: #e1e1e1;
--btn-bg-1: #3b3d3b;
--btn-bg-2: #000000;
--btn-bg-2: #e1e1e1;
--btn-bg-3: #1e1e1e;
--btn-text-1: #393b40;