Browse Source

【综合】页面编辑按钮默认颜色调整

niehaoyu 11 months ago
parent
commit
48ea36888e

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/PageEdit/Window/KMPDFEditWindowController.swift

@@ -77,7 +77,7 @@ class KMPDFEditWindowController: KMBaseWindowController {
         for item in self._viewController?.toolBar.toolBar.items ?? [] {
             item.wantsLayer = true
             if appearance == .darkAqua {
-                item.layer?.backgroundColor = KMAppearance.Layout.l_2Color().cgColor
+                item.layer?.backgroundColor = .clear
             } else {
                 item.layer?.backgroundColor = .clear
             }