feat: reduces height of node labels

This commit is contained in:
Mark Mankarious 2023-10-11 10:50:14 +01:00
parent 5f015c4539
commit d551897bda

View file

@ -6,7 +6,7 @@ import { useUiStateStore } from 'src/stores/uiStateStore';
import { useTileSize } from 'src/hooks/useTileSize';
import { Gradient } from 'src/components/Gradient/Gradient';
const MAX_LABEL_HEIGHT = 125;
const MAX_LABEL_HEIGHT = 80;
interface Props {
labelHeight: number;