mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Make theme switch a view component
This commit is contained in:
committed by
Andrew Camilleri
parent
7bcaf956e7
commit
faed5349fb
@@ -0,0 +1,8 @@
|
||||
namespace BTCPayServer.Components.ThemeSwitch
|
||||
{
|
||||
public class ThemeSwitchViewModel
|
||||
{
|
||||
public string CssClass { get; set; }
|
||||
public string Responsive { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user