Skip to content

Commit 34c1cfb

Browse files
author
Michelle Tilley
authored
Merge pull request #571 from primer/mkt/fix-button-group-for-all-buttons
Increase specificity for ButtonGroup children
2 parents ad80cdd + 41415ad commit 34c1cfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/components",
3-
"version": "14.3.0",
3+
"version": "14.3.1",
44
"description": "Primer react components",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.esm.js",

src/ButtonGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Box from './Box'
44
const ButtonGroup = styled(Box)`
55
vertical-align: middle;
66
7-
& > * {
7+
&& > * {
88
position: relative;
99
border-right-width: 0;
1010
border-radius: 0;

0 commit comments

Comments
 (0)