Skip to content

Commit

Permalink
refactor: style missing svg colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Jun 24, 2024
1 parent 070d1bf commit 5effd8c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions frontend/src/app/contact-us/contact-us.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h5 class="card-title">Prof. Dr. Martin Hofmann-Apitius</h5>
<div class="card-actions">
<a href="https://x.com/apitiushofmann" target="_blank">
<button class="icon-button">
<mat-icon svgIcon="x"></mat-icon>
<mat-icon svgIcon="x" style="fill: black;"></mat-icon>
</button>
</a>
<a
Expand Down Expand Up @@ -64,6 +64,7 @@ <h5 class="card-title">Prof. Dr. Martin Hofmann-Apitius</h5>
aria-hidden="false"
aria-label="Mail to"
fontIcon="email"
style="color: black;"
></mat-icon>
</button>
</a>
Expand Down Expand Up @@ -111,7 +112,7 @@ <h5 class="card-title">Dr. Marc Jacobs</h5>
</a>
<a href="https://github.com/MarcZimmermann" target="_blank">
<button class="icon-button">
<mat-icon svgIcon="github"></mat-icon>
<mat-icon svgIcon="github" style="fill: black;"></mat-icon>
</button>
</a>
<a href="mailto:[email protected]" target="_blank">
Expand All @@ -120,6 +121,7 @@ <h5 class="card-title">Dr. Marc Jacobs</h5>
aria-hidden="false"
aria-label="Mail to"
fontIcon="email"
style="color: black;"
></mat-icon>
</button>
</a>
Expand Down Expand Up @@ -157,7 +159,7 @@ <h5 class="card-title">Yasamin Salimi</h5>
<div class="card-actions">
<a href="https://x.com/SalimiYasamin" target="_blank">
<button class="icon-button">
<mat-icon svgIcon="x"></mat-icon>
<mat-icon svgIcon="x" style="fill: black;"></mat-icon>
</button>
</a>
<a
Expand All @@ -183,7 +185,7 @@ <h5 class="card-title">Yasamin Salimi</h5>
</a>
<a href="https://github.com/Yasaminsali" target="_blank">
<button class="icon-button">
<mat-icon svgIcon="github"></mat-icon>
<mat-icon svgIcon="github" style="fill: black;"></mat-icon>
</button>
</a>
<a
Expand All @@ -195,6 +197,7 @@ <h5 class="card-title">Yasamin Salimi</h5>
aria-hidden="false"
aria-label="Mail to"
fontIcon="email"
style="color: black;"
></mat-icon>
</button>
</a>
Expand Down Expand Up @@ -243,7 +246,7 @@ <h5 class="card-title">Tim Adams</h5>
</a>
<a href="https://github.com/tiadams" target="_blank">
<button class="icon-button">
<mat-icon svgIcon="github"></mat-icon>
<mat-icon svgIcon="github" style="fill: black;"></mat-icon>
</button>
</a>
<a href="mailto:[email protected]" target="_blank">
Expand All @@ -252,6 +255,7 @@ <h5 class="card-title">Tim Adams</h5>
aria-hidden="false"
aria-label="Mail to"
fontIcon="email"
style="color: black;"
></mat-icon>
</button>
</a>
Expand Down Expand Up @@ -309,7 +313,7 @@ <h5 class="card-title">Mehmet Can Ay</h5>
</a>
<a href="https://github.com/mehmetcanay" target="_blank">
<button class="icon-button">
<mat-icon svgIcon="github"></mat-icon>
<mat-icon svgIcon="github" style="fill: black;"></mat-icon>
</button>
</a>
<a href="mailto:[email protected]" target="_blank">
Expand All @@ -318,6 +322,7 @@ <h5 class="card-title">Mehmet Can Ay</h5>
aria-hidden="false"
aria-label="Mail to"
fontIcon="email"
style="color: black;"
></mat-icon>
</button>
</a>
Expand Down Expand Up @@ -365,6 +370,7 @@ <h5 class="card-title">Marjan Niazpoor</h5>
aria-hidden="false"
aria-label="Mail to"
fontIcon="email"
style="color: black;"
></mat-icon>
</button>
</a>
Expand Down

0 comments on commit 5effd8c

Please sign in to comment.