mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
feat: reduces height of node labels
This commit is contained in:
parent
5f015c4539
commit
d551897bda
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue