fix: scale LevelMeterFab music note to fill the FAB — bump .lmf-icon from 24px to 56px

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