Skip to content

Commit

Permalink
fix: adjust padding of numerical slot, closes #4243
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Oct 4, 2023
1 parent 1489864 commit 55019df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function InputField({ dataTestId, name, onPaste, onChange, value }: Input
},
})}
>
<TextField.Slot>
<TextField.Slot className={css({ padding: 'space.00', marginRight: 'space.01' })}>
{/* // FIXME #4130: - update this color when available in design system */}
<styled.span textStyle="label.01" color="GrayText">{`${name}.`}</styled.span>
</TextField.Slot>
Expand Down

0 comments on commit 55019df

Please sign in to comment.