Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/components/src/styles/Popover.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

&[data-trigger='DialogTrigger'] {
padding: var(--lp-spacing-300);
padding: var(--lp-spacing-400) var(--lp-spacing-500);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: replace spacing tokens with explicit sizes

Suggested change
padding: var(--lp-spacing-400) var(--lp-spacing-500);
padding: var(--lp-size-12) var(--lp-size-16);

}

&[data-trigger='ComboBoxDialog'] {
Expand Down
Loading