diff --git a/app/src/components/icons/SimulationIcons.tsx b/app/src/components/icons/SimulationIcons.tsx
index b4aa881..ef23c8f 100644
--- a/app/src/components/icons/SimulationIcons.tsx
+++ b/app/src/components/icons/SimulationIcons.tsx
@@ -9,13 +9,17 @@ export function AnalysisIcon({ isActive }: { isActive: boolean }) {
>
@@ -34,11 +38,15 @@ export function MechanicsIcon({ isActive }: { isActive: boolean }) {
>
);
@@ -55,15 +63,21 @@ export function PropertiesIcon({ isActive }: { isActive: boolean }) {
>
);
@@ -82,13 +96,17 @@ export function SimulationIcon({ isActive }: { isActive: boolean }) {
fillRule="evenodd"
clipRule="evenodd"
d="M6.44104 7.04762C6.57815 6.98413 6.73614 6.98413 6.87325 7.04762L12.0161 9.42958C12.198 9.51377 12.3143 9.69589 12.3143 9.89624V15.8512C12.3143 16.0347 12.2165 16.2043 12.0577 16.2962L6.9148 19.2736C6.75547 19.3659 6.55881 19.3659 6.39949 19.2736L1.25661 16.2962C1.09779 16.2043 1 16.0347 1 15.8512V9.89624C1 9.69589 1.11635 9.51377 1.29815 9.42958L6.44104 7.04762ZM2.02857 10.7297L6.14286 12.794V17.9366L2.02857 15.5546V10.7297ZM7.17143 17.9366L11.2857 15.5546V10.7297L7.17143 12.794V17.9366ZM6.65714 11.9013L10.6163 9.91477L6.65714 8.08106L2.69798 9.91477L6.65714 11.9013Z"
- fill={"var(--icon-default-color-active)"}
+ fill={
+ isActive ? "var(--icon-default-color-active)" : "var(--text-color)"
+ }
/>
);
diff --git a/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx b/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx
index 88ae240..a307c86 100644
--- a/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx
+++ b/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx
@@ -92,9 +92,9 @@ const EventProperties: React.FC = () => {
Here are some products you can add it to:
-