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
Describe the bug
The DelteButton component have an hardcoded tooltip, so regardless of where is used, it shows ever the same message.
To Reproduce
Steps to reproduce the behavior:
Run the widget
Simply hover on a Color slice
Expected behavior
On Colors, and later on Fonts and so on, the message should be different since they are not related to the Box component. We should create an tooltip enum on constants.ts and pass it to each delete button separately.
The text was updated successfully, but these errors were encountered:
Describe the bug
The DelteButton component have an hardcoded tooltip, so regardless of where is used, it shows ever the same message.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On Colors, and later on Fonts and so on, the message should be different since they are not related to the Box component. We should create an
tooltip
enum onconstants.ts
and pass it to each delete button separately.The text was updated successfully, but these errors were encountered: