We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf74952 commit 25a8734Copy full SHA for 25a8734
1 file changed
src/components/Skeleton/index.tsx
@@ -11,7 +11,7 @@ interface SkeletonProps {
11
const Skeleton: React.FC<SkeletonProps> = ({
12
width = '100%',
13
height = '16px',
14
- borderRadius = '4px',
+ borderRadius = '5px',
15
className = '',
16
}) => {
17
// width와 height가 숫자인 경우 rem 단위를 추가
0 commit comments