Skip to content

Commit

Permalink
Fix compose code format (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohsen Mirhoseini <mohsen@fireworkhq.com>
  • Loading branch information
Mohsen Mirhoseini authored Mar 7, 2023
1 parent 9774481 commit 841d35d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ private val LightColorPalette = lightColors(
)

@Composable
fun FireworkComposeTheme(
darkTheme: Boolean = isSystemInDarkTheme(),
content: @Composable () -> Unit,
) {
fun FireworkComposeTheme(darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit) {
val colors = if (darkTheme) {
DarkColorPalette
} else {
Expand Down

0 comments on commit 841d35d

Please sign in to comment.