From b0b418d699eaf0666be5d15c110863e9e127e92c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 28 Jun 2022 10:47:41 -0500 Subject: [PATCH] BackgroundShapes: use a CSS linear gradient --- .../ui/components/background_shapes.tsx | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/app/soapbox/features/ui/components/background_shapes.tsx b/app/soapbox/features/ui/components/background_shapes.tsx index 2f9427eba..69bf29072 100644 --- a/app/soapbox/features/ui/components/background_shapes.tsx +++ b/app/soapbox/features/ui/components/background_shapes.tsx @@ -9,28 +9,7 @@ interface IBackgroundShapes { /** Gradient that appears in the background of the UI. */ const BackgroundShapes: React.FC = ({ position = 'fixed' }) => (
-
- - - - - - - - - - - - - - - - - - - - -
+
);