From 3e40a61624d2fa7709b39ba41b9e7b3d42c2adcd Mon Sep 17 00:00:00 2001 From: Leda <38331868+LedaThemis@users.noreply.github.com> Date: Tue, 14 Jun 2022 14:13:31 +0000 Subject: [PATCH] fix: bug in join server button when in light theme (#660) --- src/pages/invite/Invite.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/invite/Invite.module.scss b/src/pages/invite/Invite.module.scss index 36b50ddd..7fb775c9 100644 --- a/src/pages/invite/Invite.module.scss +++ b/src/pages/invite/Invite.module.scss @@ -38,7 +38,7 @@ padding: 32px 16px 16px 16px; background: rgba(0, 0, 0, 0.6); border-radius: var(--border-radius); - + h1 { margin: 0; font-weight: 500; @@ -63,7 +63,6 @@ button { margin: auto; display: block; - background: rgba(0, 0, 0, 0.8); } } }