Skip to content

Commit 0019d3f

Browse files
committed
made ax tree nodes less round
1 parent 78703ac commit 0019d3f

File tree

1 file changed

+2
-2
lines changed
  • src/app/components/StateRoute/AxMap

1 file changed

+2
-2
lines changed

src/app/components/StateRoute/AxMap/Ax.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export default function AxTree(props) {
301301
x={-width / 2}
302302
strokeWidth={1.5}
303303
strokeOpacity='1'
304-
rx={10}
304+
rx={8}
305305
onClick={() => {
306306
dispatch(toggleExpanded(node.data));
307307
hideTooltip();
@@ -317,7 +317,7 @@ export default function AxTree(props) {
317317
x={-width / 2}
318318
strokeWidth={1.5}
319319
strokeOpacity='1'
320-
rx={10}
320+
rx={8}
321321
onClick={() => {
322322
dispatch(toggleExpanded(node.data));
323323
hideTooltip();

0 commit comments

Comments
 (0)