Skip to content

Commit b6a52a2

Browse files
committed
fix(Field): label suffix gap * 3
1 parent 89fb4d1 commit b6a52a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/FieldWrapper/FieldWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const FieldWrapper = forwardRef(function FieldWrapper(
123123
title={tooltip}
124124
width="initial max-content 40x"
125125
>
126-
<InfoCircleIcon />
126+
<InfoCircleIcon color="#purple-text" />
127127
</TooltipProvider>
128128
) : null}
129129

0 commit comments

Comments
 (0)