tommueller / ng-mat-search-bar

An Angular 2+ component for an expandable search-icon.
MIT License
37 stars 9 forks source link

Remove white background #5

Closed BastienFerbu closed 5 years ago

BastienFerbu commented 5 years ago

Hi, When I put mat-search-bar in my blue mat-toolbar, the background is white so I can't see anything. I tried to remove it with a css (background: transparent; or background-color: transparent;) but it's still present... Only when I remove it directly in the browser it work, but I can't see the icons... I don't know if it's an issue or just me don't know how to use the module, I'm a beginner in Angular.

tommueller commented 5 years ago

Hi @BastienFerbu Thanks for reporting the issue. I will look into it this week and let you! Cheers

tommueller commented 5 years ago

Hi, should be fixed in v3.1.0 release. Let me know if there are any issues!

BastienFerbu commented 5 years ago

It works perfectly! Thank you !