Help with Chakra UI styling
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
Hi,
I'm working on a React project using react-beautiful-dnd for drag-and-drop functionality and Chakra UI for styling. I'm trying to position a trash icon next to the "Add Item" button to enable item deletion through drag-and-drop. However, I'm facing issues with the visibility and positioning of the trash icon. I've tried various adjustments, including positioning it at different screen corners and altering its size and background color, the icon either doesn't appear or is not properly positioned. This is a very simple error that I can't seem to fix, but I can't seem to figure out why the trash icon isn't visible.
Here is my code for this component:
I'm working on a React project using react-beautiful-dnd for drag-and-drop functionality and Chakra UI for styling. I'm trying to position a trash icon next to the "Add Item" button to enable item deletion through drag-and-drop. However, I'm facing issues with the visibility and positioning of the trash icon. I've tried various adjustments, including positioning it at different screen corners and altering its size and background color, the icon either doesn't appear or is not properly positioned. This is a very simple error that I can't seem to fix, but I can't seem to figure out why the trash icon isn't visible.
Here is my code for this component: