mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(ui-components): remove border width override from Tabs (#54166)
This commit is contained in:
@@ -6,7 +6,7 @@ const buttonClassNames =
|
||||
|
||||
// remove additional border styles after migration
|
||||
const listClassNames =
|
||||
'flex mb-0 pl-0 mt-0 border-t-[0px] border-r-[0px] border-l-[0px] border-b-[1px] border-solid border-foreground-quaternary';
|
||||
'flex mb-0 pl-0 mt-0 border-b-[1px] border-solid border-foreground-quaternary';
|
||||
|
||||
export const TabsTrigger = React.forwardRef<
|
||||
React.ElementRef<typeof Trigger>,
|
||||
|
||||
Reference in New Issue
Block a user