fix(YouTube - Theme): Use consistent patch option descriptions (#3231)
This commit is contained in:
parent
943235f770
commit
278f204463
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ object ThemeBytecodePatch : BytecodePatch(
|
|||
"Light red" to "#FFFFD6D6"
|
||||
),
|
||||
title = "Light theme background color",
|
||||
description = "Can be a hex color or a color resource reference.",
|
||||
description = "Can be a hex color (#AARRGGBB) or a color resource reference.",
|
||||
)
|
||||
|
||||
override fun execute(context: BytecodeContext) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue