Skip to content

Commit e554dc4

Browse files
committed
chore: use shadow-lg
1 parent 6a79576 commit e554dc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

polaris-react/src/components/Tooltip/components/TooltipOverlay/TooltipOverlay.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
88
margin: var(--pc-tooltip-overlay-offset) var(--p-space-4) var(--p-space-4);
99
opacity: 1;
10-
// stylelint-disable-next-line -- hardcoding an extra shadow for the Tooltip to enable it to be more visible against white backgrounds
11-
box-shadow: var(--p-shadow-popover), 0 0 20px 8px rgba(23, 24, 24, 0.02);
10+
box-shadow: var(--p-shadow-popover), var(--p-shadow-lg);
1211
// stylelint-disable-next-line -- Polaris component custom properties
1312
border-radius: var(--pc-tooltip-border-radius);
1413
pointer-events: none;

0 commit comments

Comments
 (0)