style: change back some colors in notifications

This commit is contained in:
naskya 2024-02-15 23:25:50 +09:00
parent 248cd96a39
commit ab39ff5954
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}