fix(YouTube - Theme): Use consistent patch option descriptions (#3231)

This commit is contained in:
KobeW50 2023-11-05 21:38:49 -05:00 committed by GitHub
parent 68562321a8
commit c84a94075e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {