Spaces:
Runtime error
Runtime error
File size: 167 Bytes
6bcb42f | 1 2 3 4 5 6 7 8 9 | .modal-content {
background-color: white;
color: #575e75;
}
[theme="dark"] .modal-content {
background-color: var(--ui-primary);
color: var(--text-primary);
}
|