Skip to content

Commit

Permalink
feat(Unstable_FormGroup): widen gap in row layout (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKelley authored Jun 22, 2022
1 parent b874c7b commit 9c786e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions libs/spark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [vNext](https://github.com/prenda-school/prenda-spark/compare/v1.0.0-alpha.9...vNext) (yyyy-mm-dd)

### Unstable Preview

_This section details previews of breaking changes or experimental features that are subject to breaking changes at any time._

- **Unstable_CheckboxGroupField**
- See **Unstable_FormGroup**
- **Unstable_FormGroup**
- Styles: widen gap in row layout.
- **Unstable_RadioGroup**
- See **Unstable_FormGroup**
- **Unstable_RadioGroupField**
- See **Unstable_FormGroup**

## [v1.0.0-alpha.9](https://github.com/prenda-school/prenda-spark/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-06-21)

### Unstable Preview
Expand Down
3 changes: 2 additions & 1 deletion libs/spark/src/Unstable_FormGroup/Unstable_FormGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const useStyles = makeStyles<Unstable_FormGroupClassKey>(
{
/** Styles applied to the root element. */
root: {
gap: 16,
columnGap: 32,
rowGap: 16,
width: 'fit-content',
},
},
Expand Down

0 comments on commit 9c786e6

Please sign in to comment.