Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Refactor TransactionCard.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed May 29, 2022
1 parent aa8159b commit aa4d880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fun TransactionCard(
wrapContentMode = false,
backgroundGradient = Gradient.solid(UI.colors.pure),
textStyle = UI.typo.b2.style(
color = UI.colors.pure,
color = UI.colors.pureInverse,
fontWeight = FontWeight.Bold
)
) {
Expand Down

0 comments on commit aa4d880

Please sign in to comment.