Skip to content

Commit

Permalink
style: 툴바 구분선 선택 안되는 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
se0jinYoon committed Jan 12, 2025
1 parent 5574a1b commit e5d272f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/postPage/components/TipTap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,13 @@ const ToolbarSvgBtnLast = styled.div`
justify-content: center;
height: 3.4rem;
margin-right: 2.7rem;
&:last-child::after {
display: block;
width: 3.4rem;
content: '';
}
`;

const ToolbarSvg = styled.button`
Expand Down

0 comments on commit e5d272f

Please sign in to comment.