mirror of
https://github.com/mempool/mempool.git
synced 2025-02-27 08:10:05 +01:00
7 lines
419 B
HTML
7 lines
419 B
HTML
|
<div [formGroup]="themeForm" class="text-small text-center ml-2">
|
||
|
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 160px;" (change)="changeTheme()">
|
||
|
<option value="default" i18n="theme.mempool-theme">Mempool Theme</option>
|
||
|
<option value="contrast" i18n="theme.high-contrast">High Contrast</option>
|
||
|
</select>
|
||
|
</div>
|