mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
fix(dashboard): theme ReactFlow Controls +/- buttons for dark mode
This commit is contained in:
committed by
diegosouzapw
parent
c3e5f2de6f
commit
8a409fcad3
@@ -412,3 +412,18 @@ select option {
|
||||
background-color: var(--color-surface);
|
||||
color: var(--color-text-main);
|
||||
}
|
||||
|
||||
/* ReactFlow Controls (zoom +/- buttons) dark mode theming */
|
||||
.react-flow__controls-button {
|
||||
background-color: var(--color-surface);
|
||||
border-bottom-color: var(--color-border);
|
||||
fill: var(--color-text-main);
|
||||
}
|
||||
|
||||
.react-flow__controls-button:hover {
|
||||
background-color: var(--color-bg-subtle);
|
||||
}
|
||||
|
||||
.react-flow__controls-button svg {
|
||||
fill: var(--color-text-main);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user