In short, I’m using tiles with card-mod to increase the icon size to 40px. When doing that, my larger icons are getting cut off by the circular representation of the tile icons. How do I disable the circle aspects of this?
- type: tile
entity: light.bedroom_lights
name:
type: area
color: amber
show_entity_picture: true
hide_state: true
vertical: true
tap_action:
action: toggle
hold_action:
action: more-info
icon_tap_action:
action: none
features_position: bottom
card_mod:
style: |
ha-tile-icon {
--mdc-icon-size: 40px;
}

