diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 402243c2442..b7d86fa06b9 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -78,7 +78,7 @@ display: none; width: 100%; z-index: 1039; height: 0; - background-color: rgba($composer_background, 0.96); + background-color: $composer_background; bottom: 0; font-size: 14px; position: fixed;