google / jetpack-camera-app

Apache License 2.0
152 stars 29 forks source link

Update outdated dependencies #287

Open temcguir opened 1 week ago

temcguir commented 1 week ago
temcguir commented 1 week ago

Updating to the latest version of Compose has caused the following change: Old: image

New: image

temcguir commented 1 week ago

The color change was added in androidx.compose.material3:material3:1.3.0-alpha02 where ListItems started to use the surface color for their container color. I've added an override to the BasicPopupSetting content to make surface transparent.