Update more Discord css variables

This commit is contained in:
Vendicated 2025-06-28 03:56:49 +02:00
parent a25d26e921
commit f6d92e5024
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
6 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@ export function PermissionAllowedIcon() {
viewBox="0 0 24 24"
>
<title>Allowed</title>
<path fill="var(--text-positive)" d="M8.99991 16.17L4.82991 12L3.40991 13.41L8.99991 19L20.9999 7.00003L19.5899 5.59003L8.99991 16.17ZZ" />
<path fill="var(--status-positive)" d="M8.99991 16.17L4.82991 12L3.40991 13.41L8.99991 19L20.9999 7.00003L19.5899 5.59003L8.99991 16.17ZZ" />
</svg>
);
}