feat: add inpaint color picker (#2997)

Workaround as tool color-sketch applies changes directly to the image canvas and not the mask canvas.
Color picker is not correctly implemented in Gradio 3.41.2 => does always get displayed as separate containers and not merged with other elements
This commit is contained in:
Manuel Schmid
2024-05-26 11:40:15 +02:00
committed by GitHub
parent d850bca09f
commit 1d1a4a3ebd
2 changed files with 14 additions and 3 deletions
+5 -1
View File
@@ -72,7 +72,7 @@ progress::after {
.progress-bar span {
text-align: right;
width: 200px;
width: 215px;
}
.type_row{
@@ -399,4 +399,8 @@ progress::after {
text-align: center;
border-radius: 5px 5px 0px 0px;
display: none; /* remove this to enable tooltip in preview image */
}
#inpaint_brush_color input[type=color]{
background: none;
}