mirror of
https://github.com/mempool/mempool.git
synced 2025-02-27 08:10:05 +01:00
7 lines
399 B
HTML
7 lines
399 B
HTML
<div [formGroup]="themeForm" class="text-small text-center">
|
|
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" (change)="changeTheme()">
|
|
<option value="default" i18n="mempool-goggles.classic">Classic</option>
|
|
<option value="contrast">BlueMatt</option>
|
|
<option value="wiz">wiz</option>
|
|
</select>
|
|
</div>
|