Skip to content

Commit

Permalink
Commented code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Jun 20, 2023
1 parent 90c5996 commit d32843c
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,10 @@ private val LightColorPalette = lightColors(

@Composable
fun ARKRateTheme(darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit) {
// val colors = if (darkTheme) {
// DarkColorPalette
// } else {
// LightColorPalette
// }

MaterialTheme(
colors = LightColorPalette,
typography = Typography,
shapes = Shapes,
content = content
)
}
}

0 comments on commit d32843c

Please sign in to comment.