diff --git a/app/javascript/styles/gabsocial/components/group-form.scss b/app/javascript/styles/gabsocial/components/group-form.scss index 79f82c56..9e3ecc8f 100644 --- a/app/javascript/styles/gabsocial/components/group-form.scss +++ b/app/javascript/styles/gabsocial/components/group-form.scss @@ -1,11 +1,6 @@ .group-form { - background: $gab-background-container; - body.theme-gabsocial-light & { - background: $gab-background-container-light; - } padding: 15px; - border-radius: 10px; - + @include gab-container-standards(); .group-form__input { height: 40px; padding: 0 15px;