Support custom icons in custom menu popover components Edit menu item; Add custom menu item. Update mixins to handle sizing for image icons.

This commit is contained in:
deaflynx 2025-08-19 12:37:24 +03:00
parent a4cf5f7d32
commit b976e05256

View File

@ -26,6 +26,10 @@
width: #{$size}px;
height: #{$size}px;
}
img {
width: #{$size}px;
height: #{$size}px;
}
}
@mixin tb-mat-icon-button-size($size) {