Skip to content

Commit

Permalink
chore: Remove commented code from feature flag feature (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer authored Sep 25, 2024
1 parent 7e28895 commit 581e856
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spark/src/main/kotlin/com/adevinta/spark/SparkTheme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ internal fun PreviewTheme(
internal fun SparkTenantTheme(
// We don't want to automatically support dark theme in the app but still want it in the previews
useDarkColors: Boolean = isSystemInDarkTheme(),
// useSparkTokensHighlighter: Boolean = false,
// useSparkComponentsHighlighter: Boolean = false,
// useLegacyStyle: Boolean = false,
content: @Composable () -> Unit,
) {
val colors = if (useDarkColors) {
Expand All @@ -231,9 +228,6 @@ internal fun SparkTenantTheme(
colors = colors,
shapes = sparkShapes(),
typography = sparkTypography(),
// useSparkTokensHighlighter = useSparkTokensHighlighter,
// useSparkComponentsHighlighter = useSparkComponentsHighlighter,
// useLegacyStyle = useLegacyStyle,
content = content,
)
}
Expand Down

0 comments on commit 581e856

Please sign in to comment.