Skip to content

Commit 8b925e9

Browse files
authored
fix: re-increase popover padding slightly (#1817)
1 parent 6f15f9c commit 8b925e9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/fast-worlds-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
bump popover padding back to where it used to be

packages/components/src/styles/Popover.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
&[data-trigger='ComboBoxDialog'],
4141
&[data-trigger='DatePicker'],
4242
&[data-trigger='DateRangePicker'] {
43-
padding: var(--lp-spacing-200);
43+
padding: var(--lp-spacing-300);
4444
}
4545

4646
&:has(input[type='search']):is(
4747
[data-trigger='Select'],
4848
[data-trigger='MenuTrigger'],
4949
[data-trigger='SubmenuTrigger']
5050
) {
51-
padding: var(--lp-spacing-200);
51+
padding: var(--lp-spacing-300);
5252
}
5353

5454
&[data-trigger='SubmenuTrigger']:has(div[role='application']) {
55-
padding: var(--lp-spacing-200);
55+
padding: var(--lp-spacing-300);
5656
}
5757

5858
&[data-placement='top'] {

0 commit comments

Comments
 (0)