Update gradio_keylock/component.py
Browse files
gradio_keylock/component.py
CHANGED
@@ -183,6 +183,7 @@ class KeylockDecoderComponent:
|
|
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;
|
|
|
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;
|