Skip to content

Commit

Permalink
Fix MacUI package test
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Oct 21, 2024
1 parent 536ecfc commit 96d01e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/MacUI/Sources/ControlUI/FormPopUpButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public final class FormPopUpButtonCell: NSPopUpButtonCell {
}

// draw chevron
let chevron = NSImage(resource: .chevronUpChevronDownNarrow)
let chevron = NSImage(symbolName: "chevronUpChevronDownNarrow", bundle: .module, variableValue: 0)!
let chevronColor: NSColor = switch (isHighContrast, self.isEnabled) {
case (false, true): .controlTextColor
case (false, false): .disabledControlTextColor
Expand Down

0 comments on commit 96d01e8

Please sign in to comment.