I just wanted to bring up that I think there's a small problem when using a checkbox that is set to fill and be a toggle when in a grid. When it's set to fill the hover extends beyond the bottom of the checkbox no matter what the height is set to. When it's not in a grid it works how it's supposed to.
Example code:
I just wanted to bring up that I think there's a small problem when using a checkbox that is set to fill and be a toggle when in a grid. When it's set to fill the hover extends beyond the bottom of the checkbox no matter what the height is set to. When it's not in a grid it works how it's supposed to. Example code:
<Grid columns={grid.columns[size]} rows={grid.rows[size]} areas={grid.areas[size]} gap={grid.gap[size]} margin={{ top: 'medium', bottom: 'medium' }}