From b707360e4e9c251bb9be479a244dd2e1bdf8ec7a Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 20 Mar 2025 11:33:30 +0100 Subject: [PATCH] Use info for unevaluated, not warning --- .../PlaygroundResultChip/PlaygroundResultChip.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultChip/PlaygroundResultChip.tsx b/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultChip/PlaygroundResultChip.tsx index f7ef9883c9..80e6a33cc9 100644 --- a/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultChip/PlaygroundResultChip.tsx +++ b/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultChip/PlaygroundResultChip.tsx @@ -3,8 +3,8 @@ import { useTheme } from '@mui/material'; import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender'; import { ReactComponent as FeatureEnabledIcon } from 'assets/icons/isenabled-true.svg'; import { ReactComponent as FeatureDisabledIcon } from 'assets/icons/isenabled-false.svg'; -import WarningOutlined from '@mui/icons-material/WarningOutlined'; import { Badge } from 'component/common/Badge/Badge'; +import InfoOutlined from '@mui/icons-material/InfoOutlined'; interface IResultChipProps { enabled: boolean | 'unevaluated' | 'unknown'; @@ -24,7 +24,7 @@ export const PlaygroundResultChip: VFC = ({ const icon = ( } + show={} elseShow={ = ({ + {label} }