Skip to content

Commit 7c01211

Browse files
committed
Reapply "test commit"
This reverts commit 65699af.
1 parent 642ed13 commit 7c01211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/variant-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const StyledOverlay = styled(ActionMenu.Overlay)`
1111
border-color: var(--borderColor-default, #d0d7de);
1212
border-width: 1px;
1313
border-style: solid;
14-
box-shadow: var(--shadow-resting-medium, 0 3px 6px rgba(140, 149, 159, 0.15));
14+
box-shadow: var(--shadow-resting-medium, 0 3px 7px rgba(140, 149, 159, 0.15));
1515
`
1616

1717
const VariantItem = ({title, shortName, url, active}) => {

0 commit comments

Comments
 (0)