Skip to content

Commit

Permalink
lint: run ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Sep 8, 2024
1 parent f0b0c0a commit ee4f784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/tv/src/main/java/dev/jdtech/jellyfin/ui/theme/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Brush
import androidx.compose.ui.graphics.Color
import androidx.tv.material3.contentColorFor as contentColorForTv
import androidx.tv.material3.LocalContentColor as LocalContentColorTv
import androidx.tv.material3.MaterialTheme as MaterialThemeTv
import androidx.tv.material3.contentColorFor as contentColorForTv

@Composable
fun FindroidTheme(
Expand All @@ -27,7 +27,7 @@ fun FindroidTheme(
MaterialThemeTv(
colorScheme = ColorSchemeTv,
typography = TypographyTv,
shapes = shapesTv
shapes = shapesTv,
) {
CompositionLocalProvider(
LocalContentColor provides contentColorFor(MaterialTheme.colorScheme.background),
Expand All @@ -42,7 +42,7 @@ fun FindroidTheme(
Color(0xFF001721),
),
),
)
),
) {
content()
}
Expand Down

0 comments on commit ee4f784

Please sign in to comment.