|
@@ -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
|
|
|
}
|