Loading packages/SystemUI/compose/core/src/com/android/systemui/compose/theme/SystemUITheme.kt +1 −1 Original line number Diff line number Diff line Loading @@ -41,5 +41,5 @@ fun SystemUITheme( } val typography = Typography() MaterialTheme(colorScheme, typography) { content() } MaterialTheme(colorScheme, typography = typography) { content() } } Loading
packages/SystemUI/compose/core/src/com/android/systemui/compose/theme/SystemUITheme.kt +1 −1 Original line number Diff line number Diff line Loading @@ -41,5 +41,5 @@ fun SystemUITheme( } val typography = Typography() MaterialTheme(colorScheme, typography) { content() } MaterialTheme(colorScheme, typography = typography) { content() } }