From 1dbf70cb8adfe17f55b5289016638383ff68e9c0 Mon Sep 17 00:00:00 2001 From: Yichen Jiang Date: Fri, 31 Jul 2026 14:36:23 +0800 Subject: [PATCH] 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. --- packages/client/ui-models/src/client/ModelsSection.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/ui-models/src/client/ModelsSection.module.css b/packages/client/ui-models/src/client/ModelsSection.module.css index eb000d4d99..556365d29e 100644 --- a/packages/client/ui-models/src/client/ModelsSection.module.css +++ b/packages/client/ui-models/src/client/ModelsSection.module.css @@ -56,6 +56,7 @@ display: flex; flex-direction: column; gap: 12px; + background: var(--dsw-alias-bg-layer-3); } .rowHead {