mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
TodoTheme: wire in customized elements
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
57d6855c78
commit
b7124e5bda
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ private val typography = Typography(
|
|||
@Composable
|
||||
fun TodoTheme(children: @Composable () -> Unit) {
|
||||
MaterialTheme(
|
||||
colors = if (isSystemInDarkTheme()) darkColors() else lightColors(),
|
||||
colors = if (isSystemInDarkTheme()) darkColors else lightColors,
|
||||
content = children,
|
||||
typography = typography,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue