mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 16:17:04 +01:00
fix(YouTube - Theme): Use consistent patch option descriptions (#3231)
This commit is contained in:
parent
68562321a8
commit
c84a94075e
@ -82,7 +82,7 @@ object ThemeBytecodePatch : BytecodePatch(
|
|||||||
"Light red" to "#FFFFD6D6"
|
"Light red" to "#FFFFD6D6"
|
||||||
),
|
),
|
||||||
title = "Light theme background color",
|
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) {
|
override fun execute(context: BytecodeContext) {
|
||||||
|
Loading…
Reference in New Issue
Block a user