Change background for navigation dialog (jetpack compose)
I use a navigation dialog where I want to change the begraund color. I almost succeeded, but there are some paddings at the top and bottom of the screen that I can't do anything about... Maybe someone has encountered a similar problem and was able to solve it, I would be very grateful for any help
So i use dialog for navigation
dialog(
Screens.Auth.route,
dialogProperties = DialogProperties(usePlatformDefaultWidth = false)
) {
AuthAssembly(
authService...