notification badge contrast fixed

This commit is contained in:
unknown 2021-08-05 08:43:38 +05:30
parent 08d53d52e7
commit 1dce1157f4
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,7 @@
.text {
color: var(--bg-surface-low);
text-align: center;
font-weight: 700;
}
&--alert {

View file

@ -3,11 +3,13 @@
width: calc(100% - var(--sp-extra-tight));
margin-left: auto;
padding: var(--sp-extra-tight) var(--sp-extra-tight);
border: 1px solid transparent;
border-radius: var(--bo-radius);
cursor: pointer;
[dir=rtl] & {
margin: {
left: 0;
right: auto;
@ -56,7 +58,7 @@
margin: 0 var(--sp-ultra-tight);
height: 8px;
width: 8px;
background-color: var(--tc-surface-low);
background-color: var(--tc-surface-normal);
border-radius: 50%;
opacity: .4;
}