Update gradio_keylock/component.py
Browse files
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(--
|
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;
|