This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Feature Request: Set background color of whole md-chip #6965
Closed
Description
I have not find a way to style the whole md-chip.
The only background color I could set was on the tag around the text in the md-chip like or around the md-chip-template: Both ways colorize only the text block.
<md-chip-template style="background: orange;">
<strong>{{$chip.name}}</strong>
</md-chip-template>