Fix layout issue, issue only visible when text is longer (French, German, etc.)
This commit is contained in:
parent
d0dd8e2b3a
commit
98fd9133ac
1 changed files with 0 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ import androidx.compose.runtime.Composable
|
|||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import androidx.compose.ui.res.stringResource
|
||||
import androidx.compose.ui.text.style.TextAlign
|
||||
import androidx.compose.ui.tooling.preview.PreviewParameter
|
||||
import androidx.compose.ui.unit.dp
|
||||
import io.element.android.compound.theme.ElementTheme
|
||||
|
|
@ -122,7 +121,6 @@ private fun RoomSpecificNotificationSettingsView(
|
|||
style = ElementTheme.typography.fontBodyMdRegular
|
||||
.copy(
|
||||
color = MaterialTheme.colorScheme.secondary,
|
||||
textAlign = TextAlign.Center,
|
||||
)
|
||||
)
|
||||
if (state.defaultRoomNotificationMode != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue