Apply Cursor:Pointer when hovering a row in table component

Trying to change cursor when hovering a row in a table, clicking the row will trigger a modal component, however while the whole role is clickable, the cursor still is the default one

Tryed adding custom CSS but it doesn't work at all

.CustomerDetailsTable li._xo9f:hover {
  cursor: pointer !important;
}

Screenshot 2024-04-25 at 09.28.43

Same issue, any solution?

Hey @Rupur @oscarvb! You should definitely be able to apply some CSS to change the cursor. This seemed to work for me: