Skip to content

Commit

Permalink
Improve ButtonGroup placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored and ciampo committed Sep 9, 2021
1 parent 03870e7 commit ed97074
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ const Palettes = () => {
return (
<>
<Panel>
<ButtonGroup>
<Button>Solids</Button>
<Button>Gradients</Button>
<ButtonGroup defaultValue={ null }>
<Button value="solids">Solids</Button>
<Button value="gradients">Gradients</Button>
</ButtonGroup>
</Panel>
{ palettes.map( ( palette, index ) => (
Expand Down

0 comments on commit ed97074

Please sign in to comment.