Skip to content

Commit

Permalink
change text input area min width
Browse files Browse the repository at this point in the history
  • Loading branch information
isismsilva committed Sep 26, 2024
1 parent 494bd6b commit 5899164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Playbook/Components/Typeahead/GridInputField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public struct GridInputField: View {
} else {
textfieldWithCustomPlaceholder
.fixedSize()
.frame(minWidth: 100, alignment: .leading)
.frame(minWidth: 60, alignment: .leading)
.overlay {
Color.white
.opacity(isFocused.wrappedValue ? 0.001 : 0)
Expand Down

0 comments on commit 5899164

Please # to comment.