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] 🍒 (#3029)

Co-authored-by: Michał Saleniuk <[email protected]>
Co-authored-by: Michał Saleniuk <[email protected]>
  • Loading branch information
3 people authored May 24, 2024
1 parent 522d1cb commit ac4c4a2
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 ac4c4a2

Please sign in to comment.