Skip to content

Commit dfc019f

Browse files
committed
FIX: DatePanel 최소 넓이 수정
1 parent 9093b99 commit dfc019f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/input/DatePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const DatePanel = React.forwardRef<HTMLDivElement, DatePanelProps>(
179179
return (
180180
<div
181181
ref={ref}
182-
className="min-w-[300px] absolute top-full left-0 right-0 mt-2 bg-label-button-neutral text-white border border-label-assistive rounded-lg shadow-lg z-50"
182+
className="min-w-[308px] absolute top-full left-0 right-0 mt-2 bg-label-button-neutral text-white border border-label-assistive rounded-lg shadow-lg z-50"
183183
role="dialog"
184184
aria-label="날짜 선택"
185185
>

0 commit comments

Comments
 (0)