From a26097ffd4cdbeced29b7830a63464f2a792b725 Mon Sep 17 00:00:00 2001 From: Isra <byzkk@protonmail.com> Date: Mon, 18 Mar 2024 13:47:05 -0500 Subject: [PATCH] Bold and change size --- src/components/player/atoms/settings/CaptionsView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/player/atoms/settings/CaptionsView.tsx b/src/components/player/atoms/settings/CaptionsView.tsx index a3196929..62fc4ac7 100644 --- a/src/components/player/atoms/settings/CaptionsView.tsx +++ b/src/components/player/atoms/settings/CaptionsView.tsx @@ -197,8 +197,8 @@ export function CaptionsView({ id }: { id: string }) { {dragging && ( <div className="absolute inset-0 flex items-center justify-center text-white z-10 pointer-events-none"> <div className="flex flex-col items-center"> - <Icon className="text-4xl mb-8" icon={Icons.FILE} /> - <span className="text-xl"> + <Icon className="text-5xl mb-8" icon={Icons.FILE} /> + <span className="text-xl weight font-medium"> {t("player.menus.subtitles.dropSubtitleFile")} </span> </div>