refactor: Update icon stroke and fill colors based on active state; modify EventProperties component structure; adjust styles in tools, sidebar, and realTimeViz for improved layout and responsiveness
This commit is contained in:
@@ -113,7 +113,9 @@
|
||||
|
||||
.active {
|
||||
background: var(--background-color-accent);
|
||||
color: var(--background-color);
|
||||
color: var(--text-button-color);
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -406,6 +408,9 @@
|
||||
.add-icon {
|
||||
@include flex-center;
|
||||
transition: rotate 0.2s;
|
||||
path{
|
||||
stroke: var(--text-button-color);
|
||||
}
|
||||
}
|
||||
|
||||
path {
|
||||
|
||||
Reference in New Issue
Block a user