Make the download mode slider in the search pane use the main color instead of the accent color

This commit is contained in:
Chrystian Huot 2020-02-02 09:43:24 -05:00
parent 6ad150615d
commit 9e3404a040

View file

@ -147,7 +147,7 @@
</button>
</div>
<div fxFlex fxLayout="row" fxLayoutAlign="center center" [fxShow]="config.allowDownload">
<mat-slide-toggle #downloadMode>
<mat-slide-toggle #downloadMode color="primary">
<mat-icon>save_alt</mat-icon>
</mat-slide-toggle>
</div>