You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styling changes introduced in #8260 were not applied consistency across all components, causing inconsistencies between UI components (mostly in border radius), e.g.:
Such changes should be applied to the components in @/components/ui, not to individual usages like
<InputclassName="rounded-xl"
/>
This also means it should be an integral design change, and can't be seen isolated from the rest of the application.
The text was updated successfully, but these errors were encountered:
Styling changes introduced in #8260 were not applied consistency across all components, causing inconsistencies between UI components (mostly in border radius), e.g.:
Such changes should be applied to the components in
@/components/ui
, not to individual usages likeThis also means it should be an integral design change, and can't be seen isolated from the rest of the application.
The text was updated successfully, but these errors were encountered: