Skip to content

Commit

Permalink
fix(css): brand-experiment is now brand-500
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Jun 1, 2024
1 parent a66138f commit 78fd37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Notifications/NotificationComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 78fd37a

Please sign in to comment.