Skip to content

Commit

Permalink
Fix Border Radius in Horizontal tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
Benjamin Perez committed Oct 30, 2024
1 parent 4e60486 commit 9dd96f5
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 9dd96f5

Please sign in to comment.