Make badge font color always white

This commit is contained in:
RMidhunSuresh 2022-04-12 21:05:14 +05:30
parent 2de0450e97
commit 5e7432b5de
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ a.button-action {
box-sizing: border-box;
padding: 0.1rem 0.3rem;
background-color: var(--room-badge);
color: var(--background-color-primary);
color: var(--fixed-white);
font-weight: bold;
font-size: 1rem;
line-height: 1.4rem;