Skip to content

Commit

Permalink
Fix ItemPopupArrow icon tint
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriafly committed Jun 21, 2024
1 parent 0f7f487 commit 0d87c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ internal actual fun ItemPopupArrow() {
.padding(2.dp),
painter = painterResource(Res.drawable.ic_item_expand_arrow),
contentDescription = null,
tint = SaltTheme.colors.subText
tint = SaltTheme.colors.text
)
}

Expand Down

0 comments on commit 0d87c57

Please sign in to comment.