Skip to content

Commit 8e51b37

Browse files
authored
Merge pull request #63 from burtonemily/fix/SES-2495/fix_msg_rqst_banner
fix: ses-2495 message request banner
2 parents 13020e7 + 7f9fb3a commit 8e51b37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ts/components/leftpane/MessageRequestsBanner.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ const StyledGridContainer = styled.div`
6363
align-items: center;
6464
border-radius: 50%;
6565
background-color: var(--primary-color);
66+
color: var(--unread-messages-alert-background-color);
67+
68+
svg > path {
69+
fill: var(--unread-messages-alert-text-color);
70+
}
6671
`;
6772

6873
export const CircularIcon = (props: {

0 commit comments

Comments
 (0)