2024-04-04 18:38:08 +09:00
|
|
|
<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()">
|
2023-01-02 13:08:25 -06:00
|
|
|
<option value="default" i18n="theme.mempool-theme">Mempool Theme</option>
|
|
|
|
<option value="contrast" i18n="theme.high-contrast">High Contrast</option>
|
|
|
|
</select>
|
|
|
|
</div>
|