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 f3fa47f commit 2dcd398Copy full SHA for 2dcd398
redisinsight/ui/src/pages/pubSub/components/messages-list/MessagesList/styles.module.scss
@@ -82,10 +82,11 @@
82
bottom: 10px;
83
right: 28px;
84
background-color: var(--euiColorSecondary) !important;
85
+ color: var(--euiColorPrimaryText) !important;
86
width: 36px !important;
87
height: 36px !important;
88
- box-shadow: 0px 3px 6px #00000099 !important;
89
+ box-shadow: 0 3px 6px #00000099 !important;
90
border-radius: 18px !important;
91
92
svg {
0 commit comments