Skip to content

Commit 2dcd398

Browse files
committed
#RI-3606 - fix color for anchor button
1 parent f3fa47f commit 2dcd398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redisinsight/ui/src/pages/pubSub/components/messages-list/MessagesList/styles.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@
8282
bottom: 10px;
8383
right: 28px;
8484
background-color: var(--euiColorSecondary) !important;
85+
color: var(--euiColorPrimaryText) !important;
8586
width: 36px !important;
8687
height: 36px !important;
8788

88-
box-shadow: 0px 3px 6px #00000099 !important;
89+
box-shadow: 0 3px 6px #00000099 !important;
8990
border-radius: 18px !important;
9091

9192
svg {

0 commit comments

Comments
 (0)