Update gradio_keylock/component.py
Browse files
gradio_keylock/component.py
CHANGED
@@ -199,7 +199,7 @@ class KeylockDecoderComponent:
|
|
199 |
|
200 |
}
|
201 |
#image-upload-box {
|
202 |
-
background-color:
|
203 |
border: 2px dashed #30363d !important;
|
204 |
border-radius: 8px !important;
|
205 |
min-height: 220px;
|
|
|
199 |
|
200 |
}
|
201 |
#image-upload-box {
|
202 |
+
background-color: var(--primary-100) !important; /* #0d1117 */
|
203 |
border: 2px dashed #30363d !important;
|
204 |
border-radius: 8px !important;
|
205 |
min-height: 220px;
|