Skip to content

Commit

Permalink
Make the customize button hotter
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed May 5, 2024
1 parent 6e6dc8f commit e45a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/player/atoms/settings/CaptionsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e45a713

Please sign in to comment.