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
@praveen-murali-ind as per our discussion let's refactor the Palette component to avoid the tailwind dependency and implement a more straightforward and simple way similar to what the react-colorful has implemented for the color boxes.
This includes the change in the color list prop of the palette to an array of color values and using those instead of the color bg classes and gradient as an inline style. These are breaking changes, we will have to refactor the usages in NeetoDesk and NeetoWireframe.
@praveen-murali-ind as per our discussion let's refactor the Palette component to avoid the tailwind dependency and implement a more straightforward and simple way similar to what the
react-colorful
has implemented for the color boxes.This includes the change in the color list prop of the palette to an array of color values and using those instead of the color bg classes and gradient as an inline style. These are breaking changes, we will have to refactor the usages in NeetoDesk and NeetoWireframe.
cc: @josephmathew900
Originally posted by @deepakjosp in #2385 (comment)
The text was updated successfully, but these errors were encountered: