-
Notifications
You must be signed in to change notification settings - Fork 56
Added Color abstraction (#251) #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Color is now an enum in the DTO's - Added missing Color to ToggleBlock
8adfdaf to
b5426a3
Compare
b5426a3 to
3978493
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@HermanSchoenfeld There are few checks are failing both are related to code analysis and styling. Try running dotnet format it should resolve most of them.
Can you added the link to the issue you are fixing with this? I believe it is #251, right?
All formatting issues are resolved. I believe the LGTM issue is related to .NET 6 targetting. I've not changed any targets so this is not due to my changes.
Uh oh!
There was an error while loading. Please reload this page.
colorsare now supported in the API #251