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 e8c1918 commit 6b2a1b2Copy full SHA for 6b2a1b2
.changeset/update-popover-padding.md
@@ -5,5 +5,5 @@
5
feat(components): update DialogTrigger popover padding
6
7
Updates DialogTrigger popover padding from uniform 8px to differentiated vertical/horizontal padding:
8
-- Vertical padding: 8px → 12px (var(--lp-spacing-400))
9
-- Horizontal padding: 8px → 16px (var(--lp-spacing-500))
+- Vertical padding: 8px → 12px (var(--lp-size-12))
+- Horizontal padding: 8px → 16px (var(--lp-size-16))
packages/components/src/styles/Popover.module.css
@@ -37,7 +37,7 @@
37
}
38
39
&[data-trigger='DialogTrigger'] {
40
- padding: var(--lp-spacing-400) var(--lp-spacing-500);
+ padding: var(--lp-size-12) var(--lp-size-16);
41
42
43
&[data-trigger='ComboBoxDialog'] {
0 commit comments