You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the way this is currently used in the code, it expects the method to return a Color Hex Code that can later be used to reform the Colors after fetching hexcodes from the database.
This has currently broken the entirety of the Stories and Chapters flow:
🐛 Describe the bug
The recent changes to the Color API resulted in the Color.toString() method returning a String representing the object:
But the way this is currently used in the code, it expects the method to return a Color Hex Code that can later be used to reform the Colors after fetching hexcodes from the database.
This has currently broken the entirety of the Stories and Chapters flow:
I propose a simple fix by adding an Extension method to the color class that can handle this conversion of the Color to it's Hex Code
The text was updated successfully, but these errors were encountered: