adjust library header title sizing

This commit is contained in:
jeffvli
2025-11-21 20:20:58 -08:00
parent 57779e960b
commit c76ac7b249
2 changed files with 7 additions and 4 deletions
@@ -118,7 +118,7 @@ export const LibraryHeader = forwardRef(
{itemTypeString()}
</Text>
<h1 className={styles.title}>
<AutoTextSize maxFontSizePx={80} minFontSizePx={32} mode="box">
<AutoTextSize maxFontSizePx={72} mode="box">
{title}
</AutoTextSize>
</h1>