RadioGroupButtons improve label style
This commit is contained in:
parent
658b9d9cc7
commit
1bd0d1c796
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export const RadioGroupButtons: React.FunctionComponent<IRadioGroupButtonsProps>
|
|||
|
||||
return (
|
||||
<>
|
||||
<label>
|
||||
<label className='mt-4 text-xs font-medium text-gray-800'>
|
||||
{props.labelText}
|
||||
</label>
|
||||
<div id='XPositionReference'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue