Skip to content

Commit e59fd5b

Browse files
Alan HermannsAlan Hermanns
authored andcommitted
color of submit button
1 parent 73e7e1d commit e59fd5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/HomePage/HPFeedBackForm/HPFeedbackForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function HPFeedbackForm() {
6363

6464
<button
6565
type="submit"
66-
className="m-0 cursor-pointer border-none rounded-xl p-4 transition-all duration-200 ease-in-out hover:opacity-90 bg-[#E6D5B8]/70 text-emerald-950 text-[1.2rem] font-bold shadow-[0_4px_15px_rgba(16,185,129,0.3)]"
66+
className="m-0 cursor-pointer border-none rounded-xl p-4 transition-all duration-200 ease-in-out hover:opacity-90 bg-[#E6D5B8]/70 text-[#1F584F] text-[1.2rem] font-bold shadow-[0_4px_15px_rgba(16,185,129,0.3)]"
6767
>
6868
Submit
6969
</button>

0 commit comments

Comments
 (0)