Skip to content

Conversation

@TkDodo
Copy link
Collaborator

@TkDodo TkDodo commented Nov 21, 2025

before after
Screenshot 2025-11-21 at 17 24 16 Screenshot 2025-11-21 at 17 23 54
Screenshot 2025-11-21 at 17 24 34 Screenshot 2025-11-21 at 17 23 49

@linear
Copy link

linear bot commented Nov 21, 2025

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 21, 2025
Comment on lines +90 to +93
style={{
borderRadius: isChonkTheme(theme) ? theme.radius.full : '100%',
backgroundColor,
}}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JonasBa I think we should at leat be able to apply borderRadius: 'full' - the value from our tokens - to Container

Regarding backgroundColor, not sure; it’s a value that comes from the color palette, so maybe inline style is fine?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree on radius="full" support!

On the background color, maybe we should add a separate fill prop that accepts graphics tokens? Currently the background prop expects background tokens.

@TkDodo TkDodo marked this pull request as ready for review November 21, 2025 16:30
@TkDodo TkDodo requested a review from a team as a code owner November 21, 2025 16:30
@TkDodo TkDodo requested a review from a team November 21, 2025 16:32
Comment on lines +90 to +93
style={{
borderRadius: isChonkTheme(theme) ? theme.radius.full : '100%',
backgroundColor,
}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree on radius="full" support!

On the background color, maybe we should add a separate fill prop that accepts graphics tokens? Currently the background prop expects background tokens.

@TkDodo TkDodo merged commit cc07c9c into master Nov 24, 2025
50 checks passed
@TkDodo TkDodo deleted the tkdodo/fix/de-567-ui2-misalignment branch November 24, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants