mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-06-27 02:19:09 +00:00
android: remove unnecessary background modifier on m3 noise control settings
This commit is contained in:
@@ -131,7 +131,6 @@ fun NoiseControlSettings(
|
||||
Column {
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.background(Color.Transparent)
|
||||
.padding(horizontal = 16.dp)
|
||||
.padding(top = 4.dp, bottom = 12.dp)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user