We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c8ae0 commit a37de1bCopy full SHA for a37de1b
redisinsight/ui/src/pages/home/components/db-status/DbStatus.tsx
@@ -108,7 +108,7 @@ const DbStatus = (props: Props) => {
108
return (
109
<RiTooltip content="New" position="top">
110
<IconWrapper data-testid={`database-status-new-${id}`}>
111
- <Indicator $color="blue" />
+ <Indicator $color="var(--euiColorPrimary)" />
112
</IconWrapper>
113
</RiTooltip>
114
)
0 commit comments