Skip to content

Commit

Permalink
fix color Fill manga info from tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Dec 26, 2024
1 parent 5f1493e commit 42bc4e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ private fun onViewCreated(
}
}

binding.autofillFromTracker.setTextColor(colors.btnTextColor)
binding.autofillFromTracker.setBackgroundColor(colors.btnBgColor)
binding.resetTags.setTextColor(colors.btnTextColor)
binding.resetTags.setBackgroundColor(colors.btnBgColor)
binding.resetInfo.setTextColor(colors.btnTextColor)
Expand Down

0 comments on commit 42bc4e4

Please sign in to comment.