Rename themes

This commit is contained in:
softsimon 2024-04-09 14:49:24 +09:00
parent ff86e55622
commit d8c4d36d4b
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -1,6 +1,6 @@
<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()">
<option value="default" i18n="theme.mempool-theme">Mempool Theme</option>
<option value="contrast" i18n="theme.high-contrast">High Contrast</option>
<option value="default" i18n="theme.mempool-theme">Classic</option>
<option value="contrast" i18n="theme.high-contrast">BlueMatt</option>
</select>
</div>