From c84a94075ecba11e826f0b311283ef530563fe93 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Sun, 5 Nov 2023 21:38:49 -0500 Subject: [PATCH] fix(YouTube - Theme): Use consistent patch option descriptions (#3231) --- .../revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt index c03b29ccc..fcd63a290 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt @@ -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) {