File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
fluentui_core/src/main/java/com/microsoft/fluentui/theme/token/controlTokens Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ open class SnackBarTokens : IControlToken, Parcelable {
95
95
@Composable
96
96
open fun shadowElevationValue (snackBarInfo : SnackBarInfo ): Dp {
97
97
return when (snackBarInfo.style) {
98
- SnackbarStyle .Neutral -> FluentGlobalTokens .ShadowTokens .Shadow00 .value
99
- SnackbarStyle .Contrast -> FluentGlobalTokens .ShadowTokens .Shadow02 .value
98
+ SnackbarStyle .Neutral -> FluentGlobalTokens .ShadowTokens .Shadow02 .value
99
+ SnackbarStyle .Contrast -> FluentGlobalTokens .ShadowTokens .Shadow16 .value
100
100
SnackbarStyle .Accent -> FluentGlobalTokens .ShadowTokens .Shadow04 .value
101
101
SnackbarStyle .Warning -> FluentGlobalTokens .ShadowTokens .Shadow08 .value
102
- SnackbarStyle .Danger -> FluentGlobalTokens .ShadowTokens .Shadow16 .value
102
+ SnackbarStyle .Danger -> FluentGlobalTokens .ShadowTokens .Shadow00 .value
103
103
}
104
104
}
105
105
You can’t perform that action at this time.
0 commit comments