Skip to content

Commit

Permalink
refactor/BibimMandu-IssueTacker#158: 필터바 컴포넌트 내 드롭다운 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdflrgs committed Aug 11, 2023
1 parent 7889965 commit 7ce208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/FilterBar/FilterBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function FilterBar({
return (
<Wrapper>
<FilterButtonField>
<DropdownIndicator label={"필터"} />
<DropdownIndicator label={"필터"} dropdownTop={"48px"} />
</FilterButtonField>
<FilterInputField>
<FilterInputLabel htmlFor="filterInput">
Expand Down

0 comments on commit 7ce208b

Please sign in to comment.