-
-
Notifications
You must be signed in to change notification settings - Fork 724
Changes the spinner in buttons to white now we have purple primary buttons #2014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
WalkthroughThis update changes the color of the Spinner component used as a loading indicator in two different button components. In both cases, the Spinner's color is set to white instead of its previous value ("dark" or unspecified). No control flow, logic, or exported entity declarations are altered; the updates are strictly visual, affecting only the appearance of loading states in the relevant buttons. Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used🧬 Code Graph Analysis (1)apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx (1)
⏰ Context from checks skipped due to timeout of 90000ms (7)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
When we changed the primary button color to purple, the loading spinners when used inside some buttons also needed to change from "dark" to "white".
Summary by CodeRabbit