From d1747acecd5c28dcbf3cb92e2fb3504b45a1b9cb Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 23 Feb 2023 00:25:27 +0000 Subject: [PATCH] fix(site): Fix cancel button borders --- site/src/components/DropdownButton/ActionCtas.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/site/src/components/DropdownButton/ActionCtas.tsx b/site/src/components/DropdownButton/ActionCtas.tsx index cc5e48da0b94e..da83675c710d3 100644 --- a/site/src/components/DropdownButton/ActionCtas.tsx +++ b/site/src/components/DropdownButton/ActionCtas.tsx @@ -193,7 +193,6 @@ const useStyles = makeStyles((theme) => ({ cancelButton: { "&.MuiButton-root": { padding: "0px 0px !important", - border: "none", borderLeft: `1px solid ${theme.palette.divider}`, borderRadius: `0px ${theme.shape.borderRadius}px ${theme.shape.borderRadius}px 0px`, width: "63px", // matching dropdown button so button grouping doesn't grow in size