Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13fdabdf authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set a weight to the tile label's width to let it take the entire space...

Merge "Set a weight to the tile label's width to let it take the entire space left by the side icons" into main
parents 3bc0eb1f 7fd63210
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -162,6 +162,7 @@ fun LargeTileContent(
            colors = colors,
            accessibilityUiState = accessibilityUiState,
            isVisible = isVisible,
            modifier = Modifier.weight(1f),
        )

        if (sideDrawable != null) {