mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(dashboard): fix temperature card icons
This commit is contained in:
parent
b10e5e9ae5
commit
0d107a2a7e
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@
|
||||||
</ngx-temperature-dragger>
|
</ngx-temperature-dragger>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div [(ngModel)]="temperatureMode" ngbRadioGroup class="btn-group btn-group-block btn-group-divided-hidden"
|
<div [(ngModel)]="temperatureMode" ngbRadioGroup data-toggle="buttons"
|
||||||
data-toggle="buttons">
|
class="btn-group btn-divided-group btn-outline-divided-group btn-group-full-width">
|
||||||
<label class="btn btn-icon">
|
<label class="btn btn-icon">
|
||||||
<input type="radio" value="cool"/><i class="ion-ios-snowy"></i>
|
<input type="radio" value="cool"/><i class="ion-ios-snowy"></i>
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue