2021-09-27 14:45:04 +02:00
|
|
|
@model BTCPayServer.Components.ThemeSwitch.ThemeSwitchViewModel
|
|
|
|
|
2023-11-21 09:56:10 +01:00
|
|
|
<div class="btcpay-theme-switch @Model.CssClass">
|
2024-07-25 22:46:02 +09:00
|
|
|
<span class="btcpay-theme-switch-label" text-translate="true">Theme</span>
|
2023-11-21 09:56:10 +01:00
|
|
|
<div class="btcpay-theme-switch-themes">
|
2024-10-25 15:48:53 +02:00
|
|
|
<button type="button" title="@StringLocalizer["System"]" data-theme="system"><vc:icon symbol="themes-system"/></button>
|
|
|
|
<button type="button" title="@StringLocalizer["Light"]" data-theme="light"><vc:icon symbol="themes-light"/></button>
|
|
|
|
<button type="button" title="@StringLocalizer["Dark"]" data-theme="dark"><vc:icon symbol="themes-dark"/></button>
|
2023-11-21 09:56:10 +01:00
|
|
|
</div>
|
|
|
|
</div>
|