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