fix color Fill manga info from tracker

This commit is contained in:
Cuong-Tran 2024-12-26 17:11:01 +07:00
parent 5f1493edff
commit 42bc4e4c51
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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)