diff --git a/app/src/components/icons/ExportCommonIcons.tsx b/app/src/components/icons/ExportCommonIcons.tsx index 4137498..5e06fed 100644 --- a/app/src/components/icons/ExportCommonIcons.tsx +++ b/app/src/components/icons/ExportCommonIcons.tsx @@ -844,7 +844,7 @@ export const LogTickIcon = () => { fill="none" xmlns="http://www.w3.org/2000/svg" > - + { xmlns="http://www.w3.org/2000/svg" > diff --git a/app/src/components/icons/analysis.tsx b/app/src/components/icons/analysis.tsx index c387003..76c7f42 100644 --- a/app/src/components/icons/analysis.tsx +++ b/app/src/components/icons/analysis.tsx @@ -12,7 +12,7 @@ export function ThroughputSummaryIcon() { fillRule="evenodd" clipRule="evenodd" d="M13.9063 12.9046L14.2265 13.86L14.4378 14.5073C14.9906 16.2239 15.2594 17.2662 15.2594 17.7299C15.2594 18.8219 14.3742 19.7072 13.2822 19.7072C12.1902 19.7072 11.305 18.8219 11.305 17.7299C11.305 17.2106 11.6422 15.9654 12.3379 13.86L12.658 12.9046C12.8604 12.3082 13.704 12.3082 13.9063 12.9046ZM13.2822 7.84375C16.9222 7.84375 19.873 10.7945 19.873 14.4345C19.873 15.7565 19.4823 17.0219 18.7621 18.0974C18.5596 18.3999 18.1502 18.4809 17.8478 18.2784C17.5453 18.0758 17.4643 17.6665 17.6668 17.364C18.2428 16.5038 18.5548 15.4933 18.5548 14.4345C18.5548 11.5225 16.1942 9.16191 13.2822 9.16191C10.3702 9.16191 8.00956 11.5225 8.00956 14.4345C8.00956 15.4933 8.32153 16.5038 8.89752 17.364C9.10005 17.6665 9.01904 18.0758 8.71659 18.2784C8.41414 18.4809 8.00477 18.3999 7.80224 18.0974C7.08206 17.0219 6.69141 15.7565 6.69141 14.4345C6.69141 10.7945 9.6422 7.84375 13.2822 7.84375ZM13.2822 15.2247L13.0657 15.9238L12.9161 16.4319C12.7219 17.111 12.6231 17.5509 12.6231 17.7299C12.6231 18.0939 12.9182 18.389 13.2822 18.389C13.6462 18.389 13.9413 18.0939 13.9413 17.7299C13.9413 17.511 13.7936 16.9022 13.5044 15.9428L13.2822 15.2247Z" - fill="var(--text-color)" + fill="white" /> ); @@ -28,12 +28,12 @@ export function ProductionCapacityIcon() { xmlns="http://www.w3.org/2000/svg" > - + @@ -62,12 +62,12 @@ export function ROISummaryIcon() { @@ -83,7 +83,7 @@ export function PowerIcon() { fill="none" xmlns="http://www.w3.org/2000/svg" > - + ); @@ -147,8 +147,8 @@ export function SonarCrownIcon() { ); @@ -166,9 +166,9 @@ export function CostBreakDownIcon() { ); diff --git a/app/src/modules/visualization/RealTimeVisulization.tsx b/app/src/modules/visualization/RealTimeVisulization.tsx index 2e1e536..a8f44b4 100644 --- a/app/src/modules/visualization/RealTimeVisulization.tsx +++ b/app/src/modules/visualization/RealTimeVisulization.tsx @@ -249,7 +249,7 @@ const RealTimeVisulization: React.FC = () => { useEffect(() => { const handleClickOutside = (event: MouseEvent) => { const editWidgetOptions = document.querySelector( - ".context-menu-options-wrapper" + ".editWidgetOptions-wrapper" ); if ( editWidgetOptions && diff --git a/app/src/styles/components/simulation/analysis.scss b/app/src/styles/components/simulation/analysis.scss index f33fb46..44d4ba0 100644 --- a/app/src/styles/components/simulation/analysis.scss +++ b/app/src/styles/components/simulation/analysis.scss @@ -51,7 +51,8 @@ .sub-header { font-size: var(--font-size-tiny); - color: var(--text-button-color); + color: var(--text-color); + opacity: 0.8; } } @@ -233,6 +234,7 @@ width: 100%; gap: 6px; padding-top: 3px; + .shift-wrapper { display: flex; align-items: center; @@ -276,6 +278,11 @@ } } + .roiSummary-container { + max-height: 60vh; + overflow-y: auto; + } + .roiSummary-wrapper { max-width: 470px; background-color: var(--background-color); @@ -376,8 +383,8 @@ gap: 6px; .metric-item { - border-radius: #{$border-radius-large}; - background-color: var(--background-color); + border-radius: #{$border-radius-small}; + background: var(--background-color); border: 1px solid var(--border-color); } } @@ -385,7 +392,7 @@ } .cost-breakdown { - background-color: var(--background-color); + background: var(--background-color); border: 1px solid var(--border-color); border-radius: #{$border-radius-extra-large}; padding: 16px; diff --git a/app/src/styles/layout/sidebar.scss b/app/src/styles/layout/sidebar.scss index 01256a4..cffee1e 100644 --- a/app/src/styles/layout/sidebar.scss +++ b/app/src/styles/layout/sidebar.scss @@ -416,7 +416,7 @@ outline: none; path { stroke: var(--text-button-color); - stroke-width: 1.3; + strokeWidth: 1.3; } } } @@ -682,7 +682,7 @@ path { stroke: var(--accent-color); - stroke-width: 1.5px; + strokeWidth: 1.5px; } &:hover {