mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 11:22:17 +00:00
Make the customize button hotter
This commit is contained in:
parent
6e6dc8f0d0
commit
e45a71305d
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ export function CaptionsView({ id }: { id: string }) {
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => router.navigate("/captions/settings")}
|
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")}
|
{t("player.menus.subtitles.customizeLabel")}
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue