feat: Polish dialog, popover shadows & borders, add missing provider logos (#7326)

This commit is contained in:
Aaron Iker
2026-01-08 16:02:04 +01:00
committed by GitHub
parent 4b0f7b82ba
commit 61aeb2a2a7
9 changed files with 95 additions and 9 deletions

View File

@@ -3,7 +3,8 @@
min-width: 8rem;
overflow: hidden;
border-radius: var(--radius-md);
border: 1px solid var(--border-weak-base);
border: 1px solid color-mix(in oklch, var(--border-base) 50%, transparent);
background-clip: padding-box;
background-color: var(--surface-raised-stronger-non-alpha);
padding: 4px;
box-shadow: var(--shadow-md);