Skip to content
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

Fix styling inconsistencies #8333

Closed
Pwuts opened this issue Oct 14, 2024 — with Linear · 0 comments
Closed

Fix styling inconsistencies #8333

Pwuts opened this issue Oct 14, 2024 — with Linear · 0 comments
Assignees
Labels
platform/frontend AutoGPT Platform - Front end UI

Comments

Copy link
Member

Pwuts commented Oct 14, 2024

Styling changes introduced in #8260 were not applied consistency across all components, causing inconsistencies between UI components (mostly in border radius), e.g.:

image.png

Such changes should be applied to the components in @/components/ui, not to individual usages like

<Input
  className="rounded-xl"
/>

This also means it should be an integral design change, and can't be seen isolated from the rest of the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/frontend AutoGPT Platform - Front end UI
Projects
None yet
Development

No branches or pull requests

2 participants