Bring back CSS var actually in use

This commit is contained in:
Kalle
2026-08-22 06:48:53 +03:00
parent e9beb092ad
commit 35eb90356b

View File

@@ -35,6 +35,8 @@
.popover {
padding: var(--s-1);
/* set by React Aria's Popover at runtime, matching the trigger's width */
width: var(--trigger-width);
border: var(--border-style);
border-radius: var(--radius-box);
background-color: var(--color-bg);