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 7a52f0a commit 411999fCopy full SHA for 411999f
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/extra/SuperDropdown.kt
@@ -259,8 +259,8 @@ fun SuperDropdown(
259
.graphicsLayer(
260
shadowElevation = 40f,
261
shape = SmoothRoundedCornerShape(16.dp),
262
- ambientShadowColor = MiuixTheme.colorScheme.onBackground.copy(alpha = 0.2f),
263
- spotShadowColor = MiuixTheme.colorScheme.onBackground.copy(alpha = 0.6f)
+ ambientShadowColor = Color.Black.copy(alpha = 0.2f),
+ spotShadowColor = Color.Black.copy(alpha = 0.6f)
264
)
265
.clip(SmoothRoundedCornerShape(16.dp))
266
.background(MiuixTheme.colorScheme.surface)
0 commit comments