We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78703ac commit 0019d3fCopy full SHA for 0019d3f
src/app/components/StateRoute/AxMap/Ax.tsx
@@ -301,7 +301,7 @@ export default function AxTree(props) {
301
x={-width / 2}
302
strokeWidth={1.5}
303
strokeOpacity='1'
304
- rx={10}
+ rx={8}
305
onClick={() => {
306
dispatch(toggleExpanded(node.data));
307
hideTooltip();
@@ -317,7 +317,7 @@ export default function AxTree(props) {
317
318
319
320
321
322
323
0 commit comments