fix: solid background for connection modal
This commit is contained in:
parent
197af92909
commit
390d6eb575
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ input, select {
|
||||||
animation: fadeIn .15s ease;
|
animation: fadeIn .15s ease;
|
||||||
}
|
}
|
||||||
.conn-modal {
|
.conn-modal {
|
||||||
background: var(--card);
|
background: var(--bg-primary);
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
width: 340px;
|
width: 340px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue