Skip to content

Commit b3aa3ee

Browse files
authored
fix: use new padding and gap base style properties in various components (#9939)
1 parent ab8b915 commit b3aa3ee

File tree

89 files changed

+25
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+25
-23
lines changed

packages/card/src/styles/vaadin-card-base-styles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export const cardStyles = css`
1010
:host {
1111
--_content: 0;
1212
--_footer: 0;
13-
--_gap: var(--vaadin-card-gap, var(--vaadin-gap-s));
13+
--_gap: var(--vaadin-card-gap, var(--vaadin-gap-m));
1414
--_header: max(var(--_header-prefix), var(--_title), var(--_subtitle), var(--_header-suffix));
1515
--_header-prefix: 0;
1616
--_header-suffix: 0;
1717
--_media: 0;
18-
--_padding: var(--vaadin-card-padding, var(--vaadin-padding-s));
18+
--_padding: var(--vaadin-card-padding, var(--vaadin-padding-m));
1919
--_subtitle: 0;
2020
--_title: 0;
2121
background: var(--vaadin-card-background, var(--vaadin-background-container));
98 Bytes
74 Bytes
38 Bytes
36 Bytes
58 Bytes
134 Bytes
279 Bytes
45 Bytes
37 Bytes

0 commit comments

Comments
 (0)