Skip to content

Commit

Permalink
change text from white
Browse files Browse the repository at this point in the history
  • Loading branch information
candywal committed Dec 8, 2023
1 parent 51ff66e commit d976804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/pages/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function Create() {
/>
<button
type="submit"
className="bg-blue-500 text-white p-2 rounded w-full hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-500 disabled:bg-blue-300"
className="bg-blue-500 p-2 rounded w-full hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-500 disabled:bg-blue-300"
disabled={generating}
>
{generating ? "Generating..." : "Submit"}
Expand Down

0 comments on commit d976804

Please sign in to comment.