Skip to content

Commit

Permalink
chore(YouTube - Seekbar components): Convert color hex values to uppe…
Browse files Browse the repository at this point in the history
…rcase
  • Loading branch information
anddea committed Dec 12, 2024
1 parent e16cb0a commit 6b0ab97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ val seekbarComponentsPatch = bytecodePatch(

val cairoStartColor by stringOption(
key = "cairoStartColor",
default = "#ffff2791",
default = "#FFFF2791",
title = "Cairo start color",
description = "Set Cairo start color for the seekbar."
)

val cairoEndColor by stringOption(
key = "cairoEndColor",
default = "#ffff0033",
default = "#FFFF0033",
title = "Cairo end color",
description = "Set Cairo end color for the seekbar."
)
Expand Down

0 comments on commit 6b0ab97

Please sign in to comment.