Remove a commented line in toast.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user