diff --git a/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx b/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx
index 7d5e1ab8..b20c2830 100644
--- a/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx
+++ b/frontend/lib/registry/pop-components/pop-work-detail/PopWorkDetailComponent.tsx
@@ -140,7 +140,7 @@ const DEFAULT_CFG: PopWorkDetailConfig = {
const DESIGN = {
button: { height: 60, minWidth: 130 },
- input: { height: 56 },
+ input: { height: 52 },
stat: { valueSize: 40, labelSize: 16, weight: 700 },
section: { titleSize: 16, gap: 16 },
tab: { height: 52 },
@@ -236,7 +236,7 @@ function GlossyButton({
style={{
...glossyBase,
...variantStyle,
- minHeight: DESIGN.button.height,
+ minHeight: 60,
minWidth: DESIGN.button.minWidth,
fontSize: 18,
...style,
@@ -2455,7 +2455,7 @@ function GroupCompleteButton({
return (
작업완료됨
@@ -2479,7 +2479,7 @@ function GroupCompleteButton({
setConfirmOpen(false);
onComplete();
}}
- style={{ flex: 2, minHeight: 64, fontSize: 20, borderRadius: 16 }}
+ style={{ flex: 2, minHeight: 64, fontSize: 18, borderRadius: 16 }}
>
정말 작업완료
@@ -2500,7 +2500,7 @@ function GroupCompleteButton({
onNavigateNext();
}
}}
- style={{ width: '100%', minHeight: 64, fontSize: 20, borderRadius: 16 }}
+ style={{ width: '100%', minHeight: 64, fontSize: 18, borderRadius: 16 }}
>
-