ReadAllNotificationsButton: adjust look for new ui

This commit is contained in:
Vendicated 2025-04-10 16:56:15 +02:00
parent 3dd58c2551
commit 6f23c9e67a
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 1 additions and 1 deletions

View file

@ -72,6 +72,7 @@ const ReadAllButton = () => (
<Button
onClick={onClick}
size={Button.Sizes.MIN}
look={Button.Looks.BLANK}
color={Button.Colors.CUSTOM}
className="vc-ranb-button"
>

View file

@ -1,7 +1,6 @@
.vc-ranb-button {
color: var(--interactive-normal);
padding: 0 0.5em;
margin-bottom: 0.5em;
width: 100%;
box-sizing: border-box;
}