Skip to content

Commit 131c5f9

Browse files
committed
#37 style: border radius px로 변경
1 parent 26c274e commit 131c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/archiving/component/TimeBlock/TimeBlock.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const blockStyle = {
88
justifyContent: 'center',
99
alignItems: 'center',
1010

11-
borderRadius: '10rem',
11+
borderRadius: '100px',
1212

1313
backgroundColor: theme.colors.blue_100,
1414
...theme.text.body03,

0 commit comments

Comments
 (0)