We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d8ba2 commit ca747ddCopy full SHA for ca747dd
1 file changed
app/src/main/java/org/schabi/newpipe/ui/components/common/PrivacyPolicyDialog.kt
@@ -12,7 +12,6 @@ import androidx.compose.material.icons.filled.Warning
12
import androidx.compose.material3.AlertDialog
13
import androidx.compose.material3.Icon
14
import androidx.compose.material3.MaterialTheme
15
-import androidx.compose.material3.Surface
16
import androidx.compose.material3.Text
17
import androidx.compose.material3.TextButton
18
import androidx.compose.runtime.Composable
@@ -68,10 +67,7 @@ fun PrivacyPolicyDialog(
68
67
color = MaterialTheme.colorScheme.error
69
)
70
}
71
- },
72
- containerColor = MaterialTheme.colorScheme.surface,
73
- titleContentColor = MaterialTheme.colorScheme.onSurface,
74
- textContentColor = MaterialTheme.colorScheme.onSurfaceVariant
+ }
75
76
77
0 commit comments