Update gradio_keylock/component.py
Browse files
gradio_keylock/component.py
CHANGED
@@ -245,6 +245,7 @@ class KeylockDecoderComponent:
|
|
245 |
.tool-accordion > .label-wrap {
|
246 |
background-color: #161b22 !important;
|
247 |
color: var(--primary-100) !important;
|
|
|
248 |
}
|
249 |
"""
|
250 |
|
|
|
245 |
.tool-accordion > .label-wrap {
|
246 |
background-color: #161b22 !important;
|
247 |
color: var(--primary-100) !important;
|
248 |
+
padding: 10px;
|
249 |
}
|
250 |
"""
|
251 |
|