UX Overhaul Part 1 (#3047)
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
This commit is contained in:
parent
5934d516f3
commit
ff79710ac6
324 changed files with 11589 additions and 4598 deletions
10
API/DTOs/ColorScape.cs
Normal file
10
API/DTOs/ColorScape.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace API.DTOs;
|
||||
|
||||
/// <summary>
|
||||
/// A primary and secondary color
|
||||
/// </summary>
|
||||
public class ColorScape
|
||||
{
|
||||
public required string? Primary { get; set; }
|
||||
public required string? Secondary { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue