mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 09:25:07 +01:00
fix a color
This commit is contained in:
parent
b8e49850f4
commit
b2748f7390
@ -131,7 +131,7 @@ function PopupEpisodeSelect() {
|
|||||||
|
|
||||||
return (
|
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
|
<button
|
||||||
className="-m-1.5 rounded p-1.5 hover:bg-denim-600"
|
className="-m-1.5 rounded p-1.5 hover:bg-denim-600"
|
||||||
onClick={toggleIsPickingSeason}
|
onClick={toggleIsPickingSeason}
|
||||||
|
Loading…
Reference in New Issue
Block a user