From cc4beeeba20d9f0e21fc4b7bf02b02a5b46dd777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Felipe=20Gon=C3=A7alves?= Date: Mon, 10 Jan 2022 11:56:01 -0300 Subject: [PATCH] feat(ui): remove footer background --- src/components/Footer/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Footer/styles.ts b/src/components/Footer/styles.ts index 6fc8a220..1b18da20 100644 --- a/src/components/Footer/styles.ts +++ b/src/components/Footer/styles.ts @@ -8,7 +8,6 @@ const FooterSection = styled.footer` padding: 15px; - background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(4px); p {