Skip to content

Commit bd8c58d

Browse files
authored
Center searchbar elements (#224)
# Problem It was reported in #211 that the searchbar icon is offcenter # Solution Super quick one-liner to fix this :) Closes #211 # Checklist - [ ] Ran `./bin/test.sh` locally before merging
1 parent fa5861d commit bd8c58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Searchbar.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ local function Searchbar(props: Props)
7979
Layout = e("UIListLayout", {
8080
SortOrder = Enum.SortOrder.LayoutOrder,
8181
FillDirection = Enum.FillDirection.Horizontal,
82+
VerticalAlignment = Enum.VerticalAlignment.Center,
8283
}),
8384

8485
InputFieldWrapper = e("Frame", {

0 commit comments

Comments
 (0)