Skip to content

Commit dada92d

Browse files
committed
fix: item info view wrong title size
1 parent eb79713 commit dada92d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/bottomsheet/BottomSheetInfoView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
flexGrow={1}
386386
fontSize={18 * $fontScaleMaxed}
387387
fontWeight="bold"
388-
maxFontSize={16}
388+
maxFontSize={18 * $fontScaleMaxed}
389389
{selectable}
390390
text={itemTitle}
391391
textWrap={true}

0 commit comments

Comments
 (0)