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 5914a68 commit 64d2177Copy full SHA for 64d2177
1 file changed
packages/web/src/components/ui/popover/index.module.css
@@ -12,4 +12,8 @@
12
overflow: auto;
13
outline: none;
14
z-index: var(--z-modal);
15
+ padding: var(--sp-3);
16
+ border: 1px solid var(--border);
17
+ border-radius: var(--radius-lg);
18
+ background: var(--bg-surface);
19
}
0 commit comments