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 7020b36 commit 965e062Copy full SHA for 965e062
redisinsight/ui/src/components/explore-guides/ExploreGuides.tsx
@@ -58,14 +58,13 @@ const ExploreGuides = () => {
58
inverted
59
tabIndex={0}
60
onClick={() => handleLinkClick(tutorialId)}
61
- className={styles.btn}
62
data-testid={`guide-button-${tutorialId}`}
63
>
64
{icon in GUIDE_ICONS && (
65
<RiIcon
66
- className={styles.icon}
67
type={GUIDE_ICONS[icon]}
68
data-testid={`guide-icon-${icon}`}
+ color="inherit"
69
/>
70
)}
71
{title}
0 commit comments