mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-25 07:28:55 -05:00
feat: reduces height of node labels
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user