broadfield-dev commited on
Commit
ac6856b
·
verified ·
1 Parent(s): 59c1c6e

Update gradio_keylock/component.py

Browse files
Files changed (1) hide show
  1. gradio_keylock/component.py +1 -1
gradio_keylock/component.py CHANGED
@@ -199,7 +199,7 @@ class KeylockDecoderComponent:
199
 
200
  }
201
  #image-upload-box {
202
- background-color: #0d1117 !important;
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;