Skip to content

Commit d13ba60

Browse files
committed
added field font color the same as lines
1 parent 768ff61 commit d13ba60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/swiftui-search-field-shell-line/SearchFieldShell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ public struct SearchFieldShell: View {
150150
.padding(.trailing, size / 2)
151151
.font(.system(size: size * 0.75))
152152
.focused($fieldIsReady)
153+
.foregroundColor(color)
153154
}
154155
}
155156

0 commit comments

Comments
 (0)