mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Make the download mode slider in the search pane use the main color instead of the accent color
This commit is contained in:
parent
6ad150615d
commit
9e3404a040
|
|
@ -147,7 +147,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div fxFlex fxLayout="row" fxLayoutAlign="center center" [fxShow]="config.allowDownload">
|
<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-icon>save_alt</mat-icon>
|
||||||
</mat-slide-toggle>
|
</mat-slide-toggle>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue