fix(icons): fix mailgun, restore tts and smtp blocks#2162
Merged
waleedlatif1 merged 2 commits intostagingfrom Dec 3, 2025
Merged
fix(icons): fix mailgun, restore tts and smtp blocks#2162waleedlatif1 merged 2 commits intostagingfrom
waleedlatif1 merged 2 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile OverviewGreptile SummaryThis PR updates the Mailgun icon across both
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Icons as Icon Components
participant Block as Mailgun Block Config
participant Docs as Documentation
participant UI as User Interface
Dev->>Icons: Update MailgunIcon SVG
Note over Icons: Replace path data<br/>Change viewBox 512→1000<br/>Add explicit fill='#C12126'
Dev->>Icons: Update in docs/components
Dev->>Icons: Update in sim/components
Dev->>Block: Update bgColor
Note over Block: Change #F06248→#E0E0E0
Dev->>Docs: Update color in mdx
Note over Docs: Change #F06248→#E0E0E0
UI->>Icons: Render MailgunIcon
Icons-->>UI: Display red icon (#C12126)
UI->>Block: Render block with bgColor
Block-->>UI: Display gray background (#E0E0E0)
Note over UI: Better contrast between<br/>red icon and gray background
|
This was referenced Dec 3, 2025
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
Type of Change
Testing
N/A
Checklist