Skip to content

Commit

Permalink
fix: top bar not centered when on-premises backend is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed May 22, 2024
1 parent 13792e5 commit 38ba70f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package com.wire.android.ui.authentication

import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.material3.Icon
Expand Down Expand Up @@ -62,7 +61,6 @@ fun ServerTitle(
ConstraintLayout(
modifier = Modifier
.padding(horizontal = dimensions().spacing32x)
.fillMaxWidth()
.then(modifier)
) {
val (serverTitle, infoIcon) = createRefs()
Expand Down

0 comments on commit 38ba70f

Please sign in to comment.