From 1b9a90f9753e40cb07e270e7f5144cd57c3c3ce3 Mon Sep 17 00:00:00 2001 From: Advyte <104263903+4dvyte@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:38:37 +0530 Subject: [PATCH] fix(Spotify - Custom Theme): Clarify patch option description (#3338) Co-authored-by: oSumAtrIX --- .../revanced/patches/spotify/layout/theme/CustomThemePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/spotify/layout/theme/CustomThemePatch.kt b/src/main/kotlin/app/revanced/patches/spotify/layout/theme/CustomThemePatch.kt index 6a0ae9ed4..1faeae0ae 100644 --- a/src/main/kotlin/app/revanced/patches/spotify/layout/theme/CustomThemePatch.kt +++ b/src/main/kotlin/app/revanced/patches/spotify/layout/theme/CustomThemePatch.kt @@ -26,7 +26,7 @@ object CustomThemePatch : ResourcePatch() { key = "backgroundColorSecondary", default = "#ff282828", title = "Secondary background color", - description = "The secondary background color. Can be a hex color or a resource reference.", + description = "The secondary background color. (e.g. search box, artist & podcast). Can be a hex color or a resource reference.", required = true )