Skip to content

Commit 7fdaab9

Browse files
committed
fix: 修复 windows 暗色主题弹窗边框
1 parent ec0e82a commit 7fdaab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/toolbarManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ class ToolbarManager {
18361836
18371837
${isWindows ? `
18381838
.update-window {
1839-
border: 1px solid #4b5563 !important; /* 与系统重置弹窗暗色边框一致 */
1839+
border: 1px solid var(--card-border) !important; /* 与系统重置弹窗暗色边框一致 */
18401840
}
18411841
` : ''}
18421842
}

0 commit comments

Comments
 (0)