feat: enlarge LevelMeterFab note to 68px so it fills the 72px FAB

This commit is contained in:
daniel-c-harvey
2026-06-08 16:27:08 -04:00
parent 8679a9f619
commit 5258729c86
@@ -30,6 +30,6 @@
/* Fill motion is driven by C#-computed SVG geometry, not CSS — no transition here. */
.lmf-icon {
width: 56px;
height: 56px;
width: 68px;
height: 68px;
}