Skip to content

Conversation

@madisoncarter1234
Copy link

Summary

Fixes a typo in the PolicyBanner component's button className where Tailwind CSS classes were concatenated without proper spacing.

Changes

  • Fixed transition-allactive:bg-[#06318E]transition-all active:bg-[#06318E]
  • Added missing space between transition-all and active:bg-[#06318E] classes

Impact

This ensures:

  • Tailwind CSS properly parses and applies both classes
  • The active state background color (#06318E) is correctly applied when the button is clicked
  • The transition animation works as intended

Testing

The fix can be verified by:

  1. Inspecting the button element to confirm both classes are present
  2. Clicking the button to verify the active state styling applies correctly

Closes #2502

Fixed a typo in the button's className where 'transition-allactive:bg-[#06318E]'
was missing a space between 'transition-all' and 'active:bg-[#06318E]'.

This ensures the Tailwind classes are properly parsed and the active state
background color is applied correctly when the button is clicked.

Fixes base#2502
@vercel
Copy link

vercel bot commented Oct 27, 2025

@madisoncarter1234 is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Minor typo in Tailwind class inside PolicyBanner.tsx

2 participants