diff --git a/Shared/Assets.xcassets/KeywordBackgroundColor.colorset/Contents.json b/Shared/Assets.xcassets/KeywordBackgroundColor.colorset/Contents.json new file mode 100644 index 00000000..4025ebe7 --- /dev/null +++ b/Shared/Assets.xcassets/KeywordBackgroundColor.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.824", + "green" : "0.659", + "red" : "0.455" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.824", + "green" : "0.659", + "red" : "0.455" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Shared/Player/VideoDetails.swift b/Shared/Player/VideoDetails.swift index d85be64a..89903c0d 100644 --- a/Shared/Player/VideoDetails.swift +++ b/Shared/Player/VideoDetails.swift @@ -474,7 +474,7 @@ struct VideoDetails: View { .foregroundColor(.white) .padding(.vertical, 4) .padding(.horizontal, 8) - .background(Color("VideoDetailLikesSymbolColor")) + .background(Color("KeywordBackgroundColor")) .mask(RoundedRectangle(cornerRadius: 3)) } }