Skip to content

Commit d23a887

Browse files
soulcramerSimonMarquisspark-ui-bot
authored
fix: Enforce fixed solid color for icon screenshots (#1277)
Co-authored-by: Simon Marquis <simon.marquis@adevinta.com> Co-authored-by: spark-ui-bot <spark-ui-bot@users.noreply.github.com>
1 parent bcec985 commit d23a887

File tree

474 files changed

+947
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

474 files changed

+947
-944
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

spark-screenshot-testing/src/test/kotlin/com/adevinta/spark/icons/IconsScreenshot.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*/
2222
package com.adevinta.spark.icons
2323

24+
import androidx.compose.ui.graphics.Color
2425
import com.adevinta.spark.components.icons.Icon
2526
import com.adevinta.spark.components.icons.IconSize
2627
import com.adevinta.spark.paparazziRule
@@ -54,6 +55,7 @@ internal class IconsScreenshot {
5455
sparkIcon = icon,
5556
contentDescription = icon.toString(),
5657
size = IconSize.ExtraLarge,
58+
tint = Color.Black,
5759
)
5860
}
5961
}

0 commit comments

Comments
 (0)