Browse Source

Optical alignment on button

pull/497/head
Jip Fr 2 years ago
parent
commit
abb2db1146
  1. 4
      src/components/player/atoms/NextEpisodeButton.tsx

4
src/components/player/atoms/NextEpisodeButton.tsx

@ -88,12 +88,12 @@ export function NextEpisodeButton(props: {
> >
<div <div
className={classNames([ className={classNames([
"absolute bottom-0 right-0 transition-[bottom] duration-200 flex space-x-3", "absolute bottom-0 right-0 transition-[bottom] duration-200 flex items-center space-x-3",
bottom, bottom,
])} ])}
> >
<Button <Button
className="bg-video-buttons-secondary hover:bg-video-buttons-secondaryHover bg-opacity-90 text-video-buttons-secondaryText" className="py-px box-content bg-video-buttons-secondary hover:bg-video-buttons-secondaryHover bg-opacity-90 text-video-buttons-secondaryText"
onClick={hideNextEpisodeButton} onClick={hideNextEpisodeButton}
> >
Cancel Cancel

Loading…
Cancel
Save