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:
2025-04-30 16:52:08 +05:30
parent 5119b014b7
commit 5ea85f49f0
5 changed files with 75 additions and 61 deletions

View File

@@ -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 {