Description
Description
In Figma, we have the textbox and select components set up with a border radius of 8px but in production/components it is set to 12px. Please update the components to be 8px instead.
Existing
@abarricks @johbaxter can you add any relevant code links here?
Requirements
What are more specific requirements that needs to take to consider this issue resolved.
- [ ]
- [ ]
Activity
kyang4 commentedon May 21, 2025
Just assigned this to a FE dev on the Settings team. @bfekadu21 - tagging you for situation awareness!
johbaxter commentedon May 22, 2025
libs/ui/../TextField
libs/ui/../Select
.../otherComponents
All input components in our component library.
You should be able to make changes just to this file
libs/ui/../theme.ts
You can run our component library editor by switching into the libs/ui directory
cd ./libs/ui
and thenpnpm run storybook
We need to make sure borderRadius matches figma
ishumita commentedon May 27, 2025
PR for this ticket: #1225