fix(web): fill the provider row card

Raises a configured provider's row onto layer 3 so it reads as a surface
rather than an outline. No-op under the light theme, where layer 3 and the
panel are both white.
This commit is contained in:
Yichen Jiang
2026-07-31 14:36:23 +08:00
parent 935578ed98
commit 1dbf70cb8a

View File

@@ -56,6 +56,7 @@
display: flex;
flex-direction: column;
gap: 12px;
background: var(--dsw-alias-bg-layer-3);
}
.rowHead {