Skip to content

Commit

Permalink
feat: 수평선 디자인 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Nov 26, 2024
1 parent bfbb3a2 commit d9481e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/features/editor/components/block/Block.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ export const textContainerStyle = cva({
content: '"텍스트를 입력하세요..."',
},
},
hr: {
borderTop: "2px solid token(colors.gray.300)",
height: "1px",
},
},
},
defaultVariants: {
Expand Down

0 comments on commit d9481e2

Please sign in to comment.