Skip to content

Commit

Permalink
Make font-color of dialog content to white
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul-m-prajapati committed Oct 13, 2024
1 parent b187aef commit a370119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/List/MovieList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function MovieList() {
<span className="sr-only">Add movie</span>
</Button>
</DialogTrigger>
<DialogContent>
<DialogContent className="text-white">
<h2 className="text-lg font-semibold mb-4 text-center md:text-start">
Add a Movie to Your List
</h2>
Expand Down

0 comments on commit a370119

Please sign in to comment.