Skip to content

Commit

Permalink
refactor: [DSY-999] add set of textColor on setLaber method
Browse files Browse the repository at this point in the history
  • Loading branch information
dbnaza committed Sep 21, 2020
1 parent 7068c92 commit 919f907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions designsystem/src/main/kotlin/com/natura/android/tag/Tag.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Tag @JvmOverloads constructor(
fun setLabel(text: String?) {
labelContainer.text = text
labelContainer.setAppearance(labelTextAppearanceResourceAttribute)
setTextColor()
invalidate()
requestLayout()
}
Expand Down

0 comments on commit 919f907

Please sign in to comment.