Skip to content

Commit 0cb4619

Browse files
authored
Refine padding on placeholder
1 parent 8cc5ead commit 0cb4619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/Placeholder.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
width: var(--placeholder-width, 100%);
77
height: var(--placeholder-height);
8-
padding: var(--base-size-24);
8+
padding: var(--base-size-4) var(--base-size-24);
99
display: grid;
1010
place-items: center;
1111
background-color: var(--bgColor-inset);

0 commit comments

Comments
 (0)