Open temcguir opened 1 week ago
Updating to the latest version of Compose has caused the following change: Old:
New:
The color change was added in androidx.compose.material3:material3:1.3.0-alpha02
where ListItem
s started to use the surface
color for their container color. I've added an override to the BasicPopupSetting
content to make surface
transparent.