Fixed background color for model label.

This commit is contained in:
Christian Bastian
2024-08-18 06:33:14 -04:00
parent a28cfb7907
commit 83c8cb1149

View File

@@ -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;