Fix layout issue, issue only visible when text is longer (French, German, etc.)
This commit is contained in:
parent
01b74f3ef9
commit
c85c0dc829
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.Modifier
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
import androidx.compose.ui.res.stringResource
|
import androidx.compose.ui.res.stringResource
|
||||||
import androidx.compose.ui.text.style.TextAlign
|
|
||||||
import androidx.compose.ui.tooling.preview.PreviewParameter
|
import androidx.compose.ui.tooling.preview.PreviewParameter
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import io.element.android.compound.theme.ElementTheme
|
import io.element.android.compound.theme.ElementTheme
|
||||||
|
|
@ -122,7 +121,6 @@ private fun RoomSpecificNotificationSettingsView(
|
||||||
style = ElementTheme.typography.fontBodyMdRegular
|
style = ElementTheme.typography.fontBodyMdRegular
|
||||||
.copy(
|
.copy(
|
||||||
color = MaterialTheme.colorScheme.secondary,
|
color = MaterialTheme.colorScheme.secondary,
|
||||||
textAlign = TextAlign.Center,
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
if (state.defaultRoomNotificationMode != null) {
|
if (state.defaultRoomNotificationMode != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue