changed the button type so that the button color wouldn't be shaded on hover
parent
05694551d2
commit
695ac553df
|
@ -16,7 +16,7 @@
|
||||||
<button
|
<button
|
||||||
class="install-button"
|
class="install-button"
|
||||||
*ngIf="!skill.installed"
|
*ngIf="!skill.installed"
|
||||||
mat-button
|
mat-flat-button
|
||||||
(click)="install_skill(skill)"
|
(click)="install_skill(skill)"
|
||||||
>
|
>
|
||||||
INSTALL
|
INSTALL
|
||||||
|
|
Loading…
Reference in New Issue