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, }), }, },