Skip to content

Commit 2384013

Browse files
authored
refactor: rename notification gap custom CSS property (#10430)
1 parent 24e6aa7 commit 2384013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notification/src/styles/vaadin-notification-container-base-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const notificationContainerStyles = css`
1313
/* Space between notifications and the viewport */
1414
--_padding: var(--vaadin-notification-viewport-inset, var(--vaadin-padding-s));
1515
/* Space between notifications */
16-
--_gap: var(--vaadin-notification-gap, var(--vaadin-gap-s));
16+
--_gap: var(--vaadin-notification-container-gap, var(--vaadin-gap-s));
1717
display: grid;
1818
/* top-stretch, top and bottom regions, bottom-stretch */
1919
grid-template-rows: auto 1fr auto;

0 commit comments

Comments
 (0)