-
-
Notifications
You must be signed in to change notification settings - Fork 476
Closed
Description
Steps to reproduce
<ButtonGroup theme={{position: {start: 'x'}}}>
<Button />
</ButtonGroup>
Current behavior
First button in button group should have class="x"
Expected behavior
class="x" is missing
Context
Button component doesn't use props.theme of parent ButtonGroup.
| const { buttonGroup: groupTheme, button: buttonTheme } = getTheme(); |
Metadata
Metadata
Assignees
Labels
No labels