fix: ensure Continue button text is visible in dark mode (AlertDialog)#11
Merged
dhairyashiil merged 1 commit intoFeb 21, 2026
Merged
Conversation
- Event Types: Add dark:text-black to Create event type dialog Continue button - Availability: Add dark:text-black to Add schedule dialog Continue button Co-authored-by: Cursor <cursoragent@cursor.com>
dhairyashiil
approved these changes
Feb 21, 2026
Member
dhairyashiil
left a comment
There was a problem hiding this comment.
lgtm, thank you for the contribution!
14 tasks
devin-ai-integration Bot
pushed a commit
that referenced
this pull request
May 23, 2026
- Reject /notify in Telegram groups with DM hint (#3) - Validate payload fields (title, timeZone, start, end, hosts, attendees) in parseDeliverRequest (#4) - Wrap deliverNotifications in try/catch, return 422 on formatter crash (#4) - Add logging across route, service, and delivery modules (#5) - Add /notify to Slack and Telegram help cards (#7) - Add error field to DeliverResult for backend retry/unsubscribe decisions (#9) - Change confirmation message from 'here' to 'via DM' (#10) - Validate timeZone with Intl.DateTimeFormat before processing (#11) - Add fallback badge for unknown notificationType (#12) - Reject /notify in groups with 'check DMs' message (#13)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the Continue button label in dark mode so it stays visible in AlertDialogs. In Event Types and Availability, the primary action button was inheriting light text on a light dialog background in dark mode. This adds dark:text-black so the label is readable.
Event Types — Continue button in the “Create event type” AlertDialog
Availability — Continue button in the “Add schedule” AlertDialog
Before and After
Before:
Screen.Recording.2026-02-21.at.11.57.58.AM.mov
After:
Screen.Recording.2026-02-21.at.12.05.50.PM.mov
Review & Testing Checklist for Human
Notes
@dhairyashiil