Skip to content

Commit bbe0bf2

Browse files
authored
Merge pull request #136 from RedisInsight/bugfix/RI-2210
#RI-2210 - fix font color for buttons
2 parents 946633c + 4f7095d commit bbe0bf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

redisinsight/ui/src/styles/components/_buttons.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
box-shadow: none;
3030
}
3131
}
32+
&.euiButton--fill {
33+
color: var(--euiColorPrimaryText) !important;
34+
&:hover {
35+
color: var(--euiColorPrimaryText) !important;
36+
}
37+
}
3238
}
3339
.euiButton.euiButton--fill {
3440
&.euiButton--secondary {

0 commit comments

Comments
 (0)