Skip to content

Commit 0f1173f

Browse files
committed
Update background color in PDEWelcome UI
Changed the background color from surfaceContainerLow to surfaceContainerLowest in the PDEWelcome composable for improved visual consistency with the MaterialTheme.
1 parent bb0f531 commit 0f1173f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/ui/PDEWelcome.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fun PDEWelcome(base: Base? = null) {
4848
Row(
4949
modifier = Modifier
5050
.fillMaxSize()
51-
.background(MaterialTheme.colorScheme.surfaceContainerLow),
51+
.background(MaterialTheme.colorScheme.surfaceContainerLowest),
5252
){
5353
val shape = RoundedCornerShape(12.dp)
5454
val xsPadding = PaddingValues(horizontal = 8.dp, vertical = 4.dp)

0 commit comments

Comments
 (0)