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
With tailwind we were using the utility class brand500/10 which creates a color base on brand500 and makes it 10% opacity.
We need to remove this in the case that the colors are solid and dont need transparency. We need to add the 50 color and make sure that all places using this utility class to create colors. To create add solid 50 color by colorpicking the result of the previous 50 color created with opacity same for others or create new one
With tailwind we were using the utility class
brand500/10
which creates a color base onbrand500
and makes it 10% opacity.We need to remove this in the case that the colors are solid and dont need transparency. We need to add the 50 color and make sure that all places using this utility class to create colors. To create add solid
50
color by colorpicking the result of the previous50
color created with opacity same for others or create new onereference comments:
https://github.com/liteflow-labs/nft/pull/2091/files#r982237956
https://github.com/liteflow-labs/nft/pull/2112/files#r985419366
To update:
@nft/packages
removebrand500/5 brand500/10
The text was updated successfully, but these errors were encountered: