android: remove unnecessary background modifier on m3 noise control settings

This commit is contained in:
Kavish Devar
2026-06-23 17:29:56 +05:30
parent 721819e792
commit 4f910136dc

View File

@@ -131,7 +131,6 @@ fun NoiseControlSettings(
Column {
Box(
modifier = Modifier
.background(Color.Transparent)
.padding(horizontal = 16.dp)
.padding(top = 4.dp, bottom = 12.dp)
) {