Remove a commented line in toast.tsx

This commit is contained in:
2026-01-20 23:55:07 +03:30
parent 6955cc2f01
commit bb61de1b8e

View File

@@ -7,7 +7,6 @@ export default function Toast({ children, onClose }: Props) {
return (
<div className="group relative w-full px-5 py-2 rounded-lg overflow-hidden transition-all duration-300 active:scale-99 cursor-pointer">
<div className="absolute inset-0 bg-orange-500/10 backdrop-blur-xl border border-orange-400/30 rounded-lg"></div>
{/*<div className="absolute inset-px rounded-lg bg-linear-to-b from-orange-400/10 to-transparent"></div>*/}
<span
dir="rtl"