Skip to content

Commit eb3bde0

Browse files
committed
feat(ui): Increase segment label name font size
1 parent 6a8c5ef commit eb3bde0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/map/structures/map_structures/SegmentLabelMapStructure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class SegmentLabelMapStructure extends MapStructure {
111111

112112
const textPadding = 0.75 * scaleFactor;
113113
const finalY = iconBottomEdgeY + textPadding;
114-
const baseFontSize = 1.75 * scaleFactor;
114+
const baseFontSize = 2.75 * scaleFactor;
115115

116116
const linesToDraw= [];
117117

0 commit comments

Comments
 (0)