style: change back some colors in notifications
This commit is contained in:
parent
248cd96a39
commit
ab39ff5954
1 changed files with 2 additions and 2 deletions
|
@ -435,13 +435,13 @@ useTooltip(reactionRef, (showing) => {
|
|||
&.receiveFollowRequest,
|
||||
&.groupInvited {
|
||||
padding: 3px;
|
||||
background: #31748f;
|
||||
background: #36aed2;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.renote {
|
||||
padding: 3px;
|
||||
background: #31748f;
|
||||
background: #36d298;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue