Rename themes
This commit is contained in:
parent
ff86e55622
commit
d8c4d36d4b
@ -1,6 +1,6 @@
|
|||||||
<div [formGroup]="themeForm" class="text-small text-center">
|
<div [formGroup]="themeForm" class="text-small text-center">
|
||||||
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 150px;" (change)="changeTheme()">
|
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 150px;" (change)="changeTheme()">
|
||||||
<option value="default" i18n="theme.mempool-theme">Mempool Theme</option>
|
<option value="default" i18n="theme.mempool-theme">Classic</option>
|
||||||
<option value="contrast" i18n="theme.high-contrast">High Contrast</option>
|
<option value="contrast" i18n="theme.high-contrast">BlueMatt</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user