AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose

Home Page:https://youtube.com/c/MobileDeveloper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The problem with corner clipping on AlertView in dark theme

borisverbitckii opened this issue · comments

White lines on the corners

2023-05-06 18 19 28

Change material surface color to your alert dialog background color

MaterialTheme(
    colors = darkColors(surface = youBgColor)
)