Skip to content

Commit

Permalink
feat(YouTube - Theme): Improve patch option descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 23, 2023
1 parent cf6006c commit 5d3008a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object ThemeBytecodePatch : BytecodePatch(
"Dark red" to "#FF290000"
),
title = "Dark theme background color",
description = "The background color of the dark theme. Can be a hex color or a resource reference.",
description = "Can be a hex color (#AARRGGBB) or a color resource reference.",
)

internal val lightThemeBackgroundColor by stringPatchOption(
Expand All @@ -82,7 +82,7 @@ object ThemeBytecodePatch : BytecodePatch(
"Light red" to "#FFFFD6D6"
),
title = "Light theme background color",
description = "The background color of the light theme. Can be a hex color or a resource reference.",
description = "Can be a hex color or a color resource reference.",
)

override fun execute(context: BytecodeContext) {
Expand Down

0 comments on commit 5d3008a

Please sign in to comment.