Fade text area border

This commit is contained in:
filtered
2025-05-01 12:28:51 +10:00
parent 94819cbdc9
commit 3ac5ab0414

View File

@@ -61,7 +61,7 @@ body {
overflow-y: auto;
padding: 2px;
resize: none;
border: 1px solid #f0ff41;
border: 1px solid #f0ff4144;
box-sizing: border-box;
font-size: var(--comfy-textarea-font-size);
}