Skip to content

Commit 965e062

Browse files
authored
RI-7599 Fix styles of empty database guidelines (#5034)
* fix(ui): sync the color of the icons with the text
1 parent 7020b36 commit 965e062

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

redisinsight/ui/src/components/explore-guides/ExploreGuides.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,13 @@ const ExploreGuides = () => {
5858
inverted
5959
tabIndex={0}
6060
onClick={() => handleLinkClick(tutorialId)}
61-
className={styles.btn}
6261
data-testid={`guide-button-${tutorialId}`}
6362
>
6463
{icon in GUIDE_ICONS && (
6564
<RiIcon
66-
className={styles.icon}
6765
type={GUIDE_ICONS[icon]}
6866
data-testid={`guide-icon-${icon}`}
67+
color="inherit"
6968
/>
7069
)}
7170
{title}

0 commit comments

Comments
 (0)