Skip to content

Commit 0bf6229

Browse files
fix(site): Fix cancel button borders (#6315)
1 parent 1ba6fab commit 0bf6229

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/components/DropdownButton/ActionCtas.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ const useStyles = makeStyles((theme) => ({
193193
cancelButton: {
194194
"&.MuiButton-root": {
195195
padding: "0px 0px !important",
196-
border: "none",
197196
borderLeft: `1px solid ${theme.palette.divider}`,
198197
borderRadius: `0px ${theme.shape.borderRadius}px ${theme.shape.borderRadius}px 0px`,
199198
width: "63px", // matching dropdown button so button grouping doesn't grow in size

0 commit comments

Comments
 (0)