Skip to content

Commit

Permalink
fix: Don't round corners of type-level labels (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst authored Aug 23, 2023
2 parents 9e2e873 + 07d17c9 commit 80725d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TreeReactFlow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const nodeTypes = {
flavorClasses(data.flavor)
),
label: classNames(
"flex justify-center z-20 p-1 absolute rounded-full text-sm xl:text-base",
"flex justify-center z-20 p-1 absolute text-sm xl:text-base",
data.centerLabel ? "-top-4" : "-left-2 -top-5",
flavorLabelClasses(data.flavor)
),
Expand Down

0 comments on commit 80725d6

Please sign in to comment.