Commit 45983ea1 authored by tom's avatar tom Committed by isstuev

fix loader in safari

parent b0bdafe7
...@@ -34,7 +34,7 @@ const ChartLineLoader = ({ className }: { className?: string }) => { ...@@ -34,7 +34,7 @@ const ChartLineLoader = ({ className }: { className?: string }) => {
}, []); }, []);
return ( return (
<svg className={ className } viewBox="0 0 707 272" xmlns="http://www.w3.org/2000/svg"> <svg className={ className } width="100%" viewBox="0 0 707 272" xmlns="http://www.w3.org/2000/svg">
<defs> <defs>
<linearGradient id="chart_line_loader" x1="376.522" y1="-36.0708" x2="340.953" y2="235.952" gradientUnits="userSpaceOnUse"> <linearGradient id="chart_line_loader" x1="376.522" y1="-36.0708" x2="340.953" y2="235.952" gradientUnits="userSpaceOnUse">
<stop offset="0.02" stopColor="#D9D9D9"/> <stop offset="0.02" stopColor="#D9D9D9"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment