Browse Source

fix a color

pull/125/head
Jelle van Snik 3 years ago
parent
commit
b2748f7390
  1. 2
      src/components/video/controls/SeriesSelectionControl.tsx

2
src/components/video/controls/SeriesSelectionControl.tsx

@ -131,7 +131,7 @@ function PopupEpisodeSelect() { @@ -131,7 +131,7 @@ function PopupEpisodeSelect() {
return (
<>
<PopupSection className="flex items-center space-x-3 border-b border-denim-600 font-bold text-white">
<PopupSection className="flex items-center space-x-3 border-b border-denim-500 font-bold text-white">
<button
className="-m-1.5 rounded p-1.5 hover:bg-denim-600"
onClick={toggleIsPickingSeason}

Loading…
Cancel
Save