Skip to content

Commit

Permalink
Merge pull request #7 from siam1113/feature_dev
Browse files Browse the repository at this point in the history
update submit button color
  • Loading branch information
siam1113 authored Jul 31, 2023
2 parents a085ea6 + 1f8cba8 commit 198425b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ body {
background: linear-gradient(to bottom,
transparent,
rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
}

button.amplify-button[type="submit"] {
background-color: darkcyan !important;
}

0 comments on commit 198425b

Please sign in to comment.