increase bottom margin for toaster

pull/5370/head
Joseph Izang 9 months ago
parent dc7fca9b49
commit 7b97b652c6
  1. 2
      libs/remix-ui/toaster/src/lib/toaster.tsx

@ -131,7 +131,7 @@ export const Toaster = (props: ToasterProps) => {
{!state.hide && (
<div
data-shared="tooltipPopup"
className={`remixui_tooltip alert alert-info p-2 ${state.hiding ? 'remixui_animateTop' : 'remixui_animateBottom'}`}
className={`remixui_tooltip mb-4 alert alert-info p-2 ${state.hiding ? 'remixui_animateTop' : 'remixui_animateBottom'}`}
onMouseEnter={handleMouseEnter}
onMouseLeave={handleMouseLeave}
>

Loading…
Cancel
Save