design: scale up layout preview card height from 104px to 170px for dramatic legibility and impact

This commit is contained in:
2026-06-08 11:57:10 -07:00
parent 9640e138f3
commit 42fa2594e3

View File

@@ -395,7 +395,7 @@ export function PresetGroup({
<div
style={{
width: "100%",
height: 104,
height: 170,
background: "oklch(0.14 0.008 60 / 0.7)",
borderBottom: "1px solid var(--hairline)",
display: "grid",