fix(editor): Hover and active states not showing in execution list on dark mode (#9002)

Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
Ricardo Espinoza
2024-03-29 11:13:48 -04:00
committed by GitHub
parent 8788e2a35b
commit bead7eb840
3 changed files with 5 additions and 1 deletions

View File

@@ -135,6 +135,9 @@
// Notification
--color-notification-background: var(--prim-gray-740);
// Execution card
--execution-card-background-hover: var(--color-foreground-base);
// NDV
--color-run-data-background: var(--prim-gray-800);
--color-ndv-droppable-parameter: var(--prim-color-primary);