feat: Polish dialog, popover shadows & borders, add missing provider logos (#7326)
This commit is contained in:
parent
4b0f7b82ba
commit
61aeb2a2a7
9 changed files with 95 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue