From 9dd96f59731e60ea8b4a216af2528ddb5eb48680 Mon Sep 17 00:00:00 2001 From: Benjamin Perez Date: Wed, 30 Oct 2024 14:56:09 -0600 Subject: [PATCH] Fix Border Radius in Horizontal tabs Signed-off-by: Benjamin Perez --- src/components/Tabs/Tabs.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Tabs/Tabs.styles.ts b/src/components/Tabs/Tabs.styles.ts index bf331e683..929711583 100644 --- a/src/components/Tabs/Tabs.styles.ts +++ b/src/components/Tabs/Tabs.styles.ts @@ -28,6 +28,7 @@ export const horizontalTabStyles = (theme: Theme) => width: "100%", boxShadow: "none", padding: 0, + borderRadius: 0, "& .optionsList": { position: "relative", flexDirection: "row",