Updated mooncore styles. Adjusted theme editor and theme loading. Changed versions Upgraded mooncore.blazor.flyonui. Made moonlight flyonui/daisyui compatible
This commit is contained in:
@@ -2,12 +2,8 @@ namespace Moonlight.Shared.Misc;
|
||||
|
||||
public class ApplicationTheme
|
||||
{
|
||||
public string ColorBackground { get; set; }
|
||||
|
||||
public string ColorBase100 { get; set; }
|
||||
public string ColorBase150 { get; set; }
|
||||
public string ColorBase200 { get; set; }
|
||||
public string ColorBase250 { get; set; }
|
||||
public string ColorBase300 { get; set; }
|
||||
|
||||
public string ColorBaseContent { get; set; }
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<Title>Moonlight.Shared</Title>
|
||||
<PackageTags>shared</PackageTags>
|
||||
<PackageId>Moonlight.Shared</PackageId>
|
||||
<Version>2.1.14</Version>
|
||||
<Version>2.1.15</Version>
|
||||
<Authors>Moonlight Panel</Authors>
|
||||
<Description>A build of the shared classes for moonlight development</Description>
|
||||
<PackageProjectUrl>https://github.com/Moonlight-Panel/Moonlight</PackageProjectUrl>
|
||||
|
||||
Reference in New Issue
Block a user