From 1b7bdb365839c55534a219a7426df88565bcaff4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 23 Mar 2022 17:15:40 -0500 Subject: [PATCH] Make BG shapes colors configurable --- app/soapbox/features/ui/components/background_shapes.js | 4 ++-- tailwind.config.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/ui/components/background_shapes.js b/app/soapbox/features/ui/components/background_shapes.js index c8953218c..586e9e772 100644 --- a/app/soapbox/features/ui/components/background_shapes.js +++ b/app/soapbox/features/ui/components/background_shapes.js @@ -18,8 +18,8 @@ export default () => ( - - + + diff --git a/tailwind.config.js b/tailwind.config.js index 83c44d43e..2bc311c4f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -44,6 +44,8 @@ module.exports = { 'gradient-purple': true, 'gradient-blue': true, 'sea-blue': true, + 'bg-shape-1': true, + 'bg-shape-2': true, }), }, },