Skip to content

Commit

Permalink
fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer committed Sep 5, 2024
1 parent 49416e2 commit a2bc03e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spark/src/main/kotlin/com/adevinta/spark/SparkTheme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public fun SparkTheme(
sparkFeatureFlag: SparkFeatureFlag = SparkFeatureFlag(),
fontFamily: SparkFontFamily = sparkFontFamily(
useSparkTokensHighlighter = sparkFeatureFlag.useSparkTokensHighlighter,
isLegacy = sparkFeatureFlag.useLegacyStyle,
),
content: @Composable () -> Unit,
) {
Expand Down

0 comments on commit a2bc03e

Please sign in to comment.