fix(css): brand-experiment is now brand-500

This commit is contained in:
Vendicated 2024-06-01 19:13:27 +02:00
parent 06824c273f
commit 8fd5d068da
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -113,7 +113,7 @@ export default ErrorBoundary.wrap(function NotificationComponent({
{timeout !== 0 && !permanent && (
<div
className="vc-notification-progressbar"
style={{ width: `${(1 - timeoutProgress) * 100}%`, backgroundColor: color || "var(--brand-experiment)" }}
style={{ width: `${(1 - timeoutProgress) * 100}%`, backgroundColor: color || "var(--brand-500)" }}
/>
)}
</button>