diff --git a/.changeset/kind-worms-bathe.md b/.changeset/kind-worms-bathe.md index 1449aca2..f5f10e23 100644 --- a/.changeset/kind-worms-bathe.md +++ b/.changeset/kind-worms-bathe.md @@ -2,4 +2,5 @@ "wowds-ui": patch --- -- DropDown 의 value,text 에 대해서 제어할 수 있도록 수정하고 선택된 옵션값에 text 가 나타나도록 수정합니다. +- Stepper의 CSS 에러를 개선합니다. (마지막 글자 잘림 현상 및 border Style 적용 안됨 이슈 해결) +- Textfield의 border Style이 적용 안되는 이슈를 해결합니다. diff --git a/packages/wow-ui/src/components/Stepper/index.tsx b/packages/wow-ui/src/components/Stepper/index.tsx index c05525cb..2deaa207 100644 --- a/packages/wow-ui/src/components/Stepper/index.tsx +++ b/packages/wow-ui/src/components/Stepper/index.tsx @@ -126,6 +126,7 @@ const stepperCircleStyle = cva({ position: "absolute", width: "1.5rem", borderWidth: "1px", + borderStyle: "solid", transform: "translateX(-50%)", }, variants: { @@ -169,6 +170,8 @@ const StepperLabel = ({ transform="translateX(-50%)" style={{ left: `${calcPercent(maxStep, value - 1)}%`, + bottom: "-35px", + whiteSpace: "nowrap", }} >