mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(YouTube - Theme): Use consistent patch option descriptions (#3231)
This commit is contained in:
parent
68562321a8
commit
c84a94075e
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…
Reference in a new issue