Skip to content

Commit

Permalink
Fix Border Radius in Horizontal tabs (#1072)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
Co-authored-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft and Benjamin Perez authored Oct 30, 2024
1 parent 4d7b81b commit 101b804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tabs/Tabs.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const horizontalTabStyles = (theme: Theme) =>
width: "100%",
boxShadow: "none",
padding: 0,
borderRadius: 0,
"& .optionsList": {
position: "relative",
flexDirection: "row",
Expand Down

0 comments on commit 101b804

Please sign in to comment.