Store Branding: Apply brand color to backend as well (#5992)

* Store Branding: Apply brand color to backend as well

Closes #5990.

* Add adjustments for different theme scenarios

* Add description text

* Make it optional to apply the brand color to the backend

* Toggle color fixes
This commit is contained in:
d11n
2024-09-13 14:39:21 +02:00
committed by GitHub
parent b7ba53eb60
commit 7348a6a62f
14 changed files with 164 additions and 35 deletions

View File

@@ -17,6 +17,7 @@ namespace BTCPayServer.Client.Models
public string Website { get; set; }
public string BrandColor { get; set; }
public bool ApplyBrandColorToBackend { get; set; }
public string LogoUrl { get; set; }
public string CssUrl { get; set; }
public string PaymentSoundUrl { get; set; }