Make the customize button hotter

This commit is contained in:
Captain Jack Sparrow 2024-05-05 17:52:36 +00:00
parent 6e6dc8f0d0
commit e45a71305d
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ export function CaptionsView({ id }: { id: string }) {
<button
type="button"
onClick={() => router.navigate("/captions/settings")}
className="py-1 -my-1 px-3 -mx-3 rounded tabbable"
className="-mr-2 -my-1 px-2 p-[0.4em] rounded tabbable hover:bg-video-context-light hover:bg-opacity-10"
>
{t("player.menus.subtitles.customizeLabel")}
</button>