[fenix] For https://github.com/mozilla-mobile/fenix/issues/20811 - Fix synced tabs error button width

pull/600/head
Noah Bond 3 years ago committed by mergify[bot]
parent d5feb23bd1
commit 28f771af78

@ -281,7 +281,9 @@ fun SyncedTabsErrorButton(
) {
Button(
onClick = onClick,
modifier = Modifier.clip(RoundedCornerShape(size = 4.dp)),
modifier = Modifier
.clip(RoundedCornerShape(size = 4.dp))
.fillMaxWidth(),
elevation = ButtonDefaults.elevation(defaultElevation = 0.dp, pressedElevation = 0.dp),
colors = ButtonDefaults.outlinedButtonColors(backgroundColor = FirefoxTheme.colors.actionPrimary),
) {

Loading…
Cancel
Save