Skip to content

Commit a1d3ee3

Browse files
Added borderColor to the menu icon
1 parent eb67208 commit a1d3ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DropdownTextField/DropdownTextField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public struct SearchableMenu: View {
190190
.resizable()
191191
.aspectRatio(contentMode: .fit)
192192
.frame(width: 18, height: 18)
193-
.foregroundColor(accentColor)
193+
.foregroundColor(borderColor)
194194
.rotationEffect(.degrees(isDropdownVisible ? 180 : 0))
195195
}
196196
.frame(width: 35)

0 commit comments

Comments
 (0)