Skip to content

Commit a37de1b

Browse files
authored
RI-7399: update new db indicator color (#5162)
1 parent b4c8ae0 commit a37de1b

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/pages/home/components/db-status

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/home/components/db-status/DbStatus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const DbStatus = (props: Props) => {
108108
return (
109109
<RiTooltip content="New" position="top">
110110
<IconWrapper data-testid={`database-status-new-${id}`}>
111-
<Indicator $color="blue" />
111+
<Indicator $color="var(--euiColorPrimary)" />
112112
</IconWrapper>
113113
</RiTooltip>
114114
)

0 commit comments

Comments
 (0)