Skip to content

Commit 25a8734

Browse files
committed
Fix: 보더 둥글게 처리
1 parent bf74952 commit 25a8734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Skeleton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface SkeletonProps {
1111
const Skeleton: React.FC<SkeletonProps> = ({
1212
width = '100%',
1313
height = '16px',
14-
borderRadius = '4px',
14+
borderRadius = '5px',
1515
className = '',
1616
}) => {
1717
// width와 height가 숫자인 경우 rem 단위를 추가

0 commit comments

Comments
 (0)