feat: transactions table

This commit is contained in:
Rafael Taranto 2025-06-05 14:02:07 +01:00
parent 1ead9fe359
commit d6166ce752
29 changed files with 1204 additions and 726 deletions

View file

@ -41,7 +41,7 @@ const HelpTooltip = memo(({ children, width }) => {
)}
<button
type="button"
className="border-0 bg-transparent outline-0 cursor-pointer mt-1"
className="flex justify-center align-center border-0 bg-transparent outline-0 cursor-pointer px-1"
onMouseEnter={handler.openHelpPopper}>
<HelpIcon />
</button>