Skip to content

Commit 4a04713

Browse files
committed
fix: use dashed border
1 parent 893c363 commit 4a04713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/FormFieldWrapper/FormFieldLabel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const FormFieldLabel = ({
5757
<div className={`flex left ${required ? 'dc__required-field' : ''}`}>
5858
<ConditionalWrap condition={showTooltip} wrap={wrapWithTooltip}>
5959
<label
60-
className={`fs-13 lh-20 fw-4 dc__block mb-0 cursor ${isRowLayout ? `cn-9 ${showTooltip ? 'dc__underline' : ''}` : 'cn-7'}`}
60+
className={`fs-13 lh-20 fw-4 dc__block mb-0 cursor ${isRowLayout ? `cn-9 ${showTooltip ? 'dc__underline-dotted' : ''}` : 'cn-7'}`}
6161
htmlFor={inputId}
6262
id={labelId}
6363
data-testid={labelId}
@@ -76,7 +76,7 @@ const FormFieldLabel = ({
7676
{!isRowLayout && labelTippyCustomizedConfig && (
7777
<TippyCustomized
7878
theme={TippyTheme.white}
79-
className="w-400 dc__align-left"
79+
className="w-300 dc__align-left"
8080
placement="bottom-start"
8181
Icon={ICHelp}
8282
iconClass="fcv-5"

0 commit comments

Comments
 (0)