Merged PR 203: Improve responsive design and refactor layout
This commit is contained in:
parent
50626218ba
commit
0d05f0959c
27 changed files with 968 additions and 485 deletions
|
@ -50,7 +50,7 @@ export function CheckboxGroupButtons(props: ICheckboxGroupButtonsProps): JSX.Ele
|
|||
const newSelectedValues = SetChecked(Number(event.target.value), event.target.checked);
|
||||
props.onChange(newSelectedValues);
|
||||
}} />
|
||||
<label htmlFor={inputGroup.key} className='text-gray-400 peer-checked:text-blue-500'>
|
||||
<label htmlFor={inputGroup.key} className='text-gray-400 peer-checked:text-blue-500 group'>
|
||||
{inputGroup.text}
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue