increase bottom margin for toaster

pull/4774/head
Joseph Izang 6 months ago
parent 4a1e9b9a35
commit 4eeff7f224
  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