Skip to content

Commit

Permalink
fix: remove animatin
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv committed Mar 30, 2024
1 parent 33f9080 commit 5c1b74b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const WarningBanner = ({ trigger_warning_popuop }: WarningBannerProps) => {
if (!should_show_warning) return null
return (
<div
className="flex pointer-events-auto justify-center m-general-md md:m-general-3xl min-h-[60px] animate-fade-out shadow-[0_0_12px_0_rgba(14,_14,_14,_0.16)] ease-in-out duration-200 [transition:opacity,translate] border border-solid-red-100 z-50"
className="flex pointer-events-auto justify-center m-general-md md:m-general-2xl min-h-[60px] shadow-[0_0_12px_0_rgba(14,_14,_14,_0.16)] duration-200 [transition:opacity,translate] border border-solid-red-100 z-50"
dir="ltr"
>
<div
Expand Down

0 comments on commit 5c1b74b

Please sign in to comment.