Skip to content

Commit

Permalink
Design: 임박순 필터만 우측에서 띄우도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeYubin committed Aug 10, 2024
1 parent 87bdfa9 commit 2f23caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/home/FilterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const FilterList = ({
key={item.title}
type="button"
className={cn(
'border border-gray-400 font-semibold text-gray-400 rounded-3xl py-1 px-4 text-sm hover:text-white hover:bg-primary hover:border-primary transition-all',
'border border-gray-400 font-semibold text-gray-400 rounded-3xl py-1 px-4 text-sm hover:text-white hover:bg-primary hover:border-primary transition-all last-of-type:ml-auto',
item.status && 'text-white bg-primary border-primary',
)}
onClick={item.onClick}
Expand Down

0 comments on commit 2f23caa

Please sign in to comment.