Skip to content

Commit

Permalink
fix: top bar not centered when on-premises backend is visible [WPB-93…
Browse files Browse the repository at this point in the history
…83] (#3028)
  • Loading branch information
saleniuk authored and github-actions[bot] committed May 23, 2024
1 parent 8f8b582 commit 0bedf04
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 0bedf04

Please sign in to comment.