From 83c8cb1149cabcff58a4067e133358adb9a4ce5f Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sun, 18 Aug 2024 06:33:14 -0400 Subject: [PATCH] Fixed background color for model label. --- web/model-manager.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/model-manager.css b/web/model-manager.css index 85d91ce..65b441b 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -450,7 +450,8 @@ } .model-manager .comfy-grid .model-label { - background-color: #000a; + background-color: var(--content-hover-bg); + opacity: 0.8; width: 100%; height: 2.2rem; position: absolute;