This commit is contained in:
2023-09-25 22:18:23 +02:00
parent 092d01dcae
commit c96db94de4
14 changed files with 323 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
namespace DaggerFramework.UI;
public struct PanelStyle
{
public Color BackgroundColor { get; set; }
}