Update gradio_keylock/component.py
Browse files
gradio_keylock/component.py
CHANGED
@@ -197,12 +197,14 @@ class KeylockDecoderComponent:
|
|
197 |
|
198 |
}
|
199 |
#image-upload-box {
|
|
|
200 |
border: 2px dashed #30363d !important;
|
201 |
border-radius: 8px !important;
|
202 |
min-height: 220px;
|
203 |
transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
204 |
}
|
205 |
#image-upload-box:hover {
|
|
|
206 |
border-color: #58a6ff !important;
|
207 |
}
|
208 |
#image-upload-box .!h-full.w-full > div:first-of-type {
|
|
|
197 |
|
198 |
}
|
199 |
#image-upload-box {
|
200 |
+
background-color: var(--primary-100) !important;
|
201 |
border: 2px dashed #30363d !important;
|
202 |
border-radius: 8px !important;
|
203 |
min-height: 220px;
|
204 |
transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
205 |
}
|
206 |
#image-upload-box:hover {
|
207 |
+
background-color: var(--primary-200) !important;
|
208 |
border-color: #58a6ff !important;
|
209 |
}
|
210 |
#image-upload-box .!h-full.w-full > div:first-of-type {
|