From bfad77dd7a312d2c3ae7a82daacdcbd1176fb889 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 13 Aug 2024 15:59:34 +0200 Subject: [PATCH] fix: change color to purple --- components/ContinueWatchingPoster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ContinueWatchingPoster.tsx b/components/ContinueWatchingPoster.tsx index 35eae051..895e91d3 100644 --- a/components/ContinueWatchingPoster.tsx +++ b/components/ContinueWatchingPoster.tsx @@ -61,7 +61,7 @@ const ContinueWatchingPoster: React.FC = ({ style={{ width: `${progress}%`, }} - className={`absolute bottom-0 left-0 h-1 bg-red-600 w-full`} + className={`absolute bottom-0 left-0 h-1 bg-purple-600 w-full`} > )}