fix: shrink .lmf-icon to 56px to match MudFab Size.Large

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