fix color Fill manga info from tracker
This commit is contained in:
parent
5f1493edff
commit
42bc4e4c51
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue