broadfield-dev commited on
Commit
ead609c
·
verified ·
1 Parent(s): bfa3cf1

Update gradio_keylock/component.py

Browse files
Files changed (1) hide show
  1. gradio_keylock/component.py +1 -3
gradio_keylock/component.py CHANGED
@@ -183,7 +183,6 @@ class KeylockDecoderComponent:
183
  text-align: center;
184
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
185
  margin-bottom: 1.5rem;
186
- color: var(--body-text-color);
187
  }
188
  #keylock-logo svg {
189
  width: 48px;
@@ -195,8 +194,7 @@ class KeylockDecoderComponent:
195
  font-size: 24px;
196
  font-weight: 600;
197
  margin: 0;
198
- color: var(--primary-100);
199
-
200
  }
201
  #image-upload-box {
202
  background-color: #0d1117 !important;
 
183
  text-align: center;
184
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
185
  margin-bottom: 1.5rem;
 
186
  }
187
  #keylock-logo svg {
188
  width: 48px;
 
194
  font-size: 24px;
195
  font-weight: 600;
196
  margin: 0;
197
+ color: var(--body-text-color);
 
198
  }
199
  #image-upload-box {
200
  background-color: #0d1117 !important;