Remove colors
This commit is contained in:
@@ -63,20 +63,7 @@ public sealed class CreateCreatorHandler(
|
||||
{
|
||||
Id = req.CreatorId,
|
||||
CreatedBy = User.GetUserId(),
|
||||
Slugs = slug,
|
||||
Colors =
|
||||
{
|
||||
Primary = "#A30E79",
|
||||
Secondary = "#6B0065",
|
||||
Background = "#ffffff",
|
||||
Surface = "#50f050",
|
||||
Error = "#B00020",
|
||||
OnPrimary = "#ffffff",
|
||||
OnSecondary = "#000000",
|
||||
OnBackground = "#000000",
|
||||
OnSurface = "#000000",
|
||||
OnError = "#ffffff",
|
||||
}
|
||||
Slugs = slug
|
||||
},
|
||||
ct);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user