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:15:01 -04:00
parent 6151e6024c
commit e3df6dd93e
@@ -30,6 +30,6 @@
/* Fill motion is driven by C#-computed SVG geometry, not CSS — no transition here. */
.lmf-icon {
width: 24px;
height: 24px;
width: 56px;
height: 56px;
}