Skip to content

Commit

Permalink
Center searchbar elements
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Nov 18, 2023
1 parent d470473 commit f7e670c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Searchbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ local function Searchbar(props: Props)
Layout = e("UIListLayout", {
SortOrder = Enum.SortOrder.LayoutOrder,
FillDirection = Enum.FillDirection.Horizontal,
VerticalAlignment = Enum.VerticalAlignment.Center,
}),

InputFieldWrapper = e("Frame", {
Expand Down

0 comments on commit f7e670c

Please sign in to comment.