We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642ed13 commit 7c01211Copy full SHA for 7c01211
src/components/variant-select.js
@@ -11,7 +11,7 @@ const StyledOverlay = styled(ActionMenu.Overlay)`
11
border-color: var(--borderColor-default, #d0d7de);
12
border-width: 1px;
13
border-style: solid;
14
- box-shadow: var(--shadow-resting-medium, 0 3px 6px rgba(140, 149, 159, 0.15));
+ box-shadow: var(--shadow-resting-medium, 0 3px 7px rgba(140, 149, 159, 0.15));
15
`
16
17
const VariantItem = ({title, shortName, url, active}) => {
0 commit comments