Skip to content

Commit

Permalink
fix(FlowNode): header container radius
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 authored and plagoa committed Oct 25, 2023
1 parent 69a7af8 commit f6fd8f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lab/src/components/Flow/Node/Node.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const { staticClasses, useClasses } = createClasses("HvFlowNode", {
flexDirection: "row",
justifyContent: "space-between",
alignItems: "center",
borderTopLeftRadius: theme.radii.round,
borderTopRightRadius: theme.radii.round,
},
groupContainer: {
display: "flex",
Expand Down

0 comments on commit f6fd8f9

Please sign in to comment.