You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing space before active: Tailwind variant
Fix missing space in PolicyBanner className so `active:` variant is applied.
Before: `transition-allactive:bg-[#06318E]`
After: `transition-all active:bg-[#06318E]`
0 commit comments