Skip to content

Commit a0eca8a

Browse files
committed
Hire me modal transitions and refactoring
1 parent 0eb0949 commit a0eca8a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/components/HireMeModal.js

+3-10
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,10 @@ const HireMeModal = ({ onClose, onRequest }) => {
105105
py-2
106106
sm:py-2.5
107107
text-white
108-
font-normal
109-
sm:font-medium
110108
bg-indigo-500
111109
hover:bg-indigo-600
112110
rounded-md
113-
focus:ring-1 focus:ring-indigo-900"
111+
focus:ring-1 focus:ring-indigo-900 duration-500"
114112
aria-label="Submit Request"
115113
>
116114
<Button title="Send Request" />
@@ -124,14 +122,9 @@ const HireMeModal = ({ onClose, onRequest }) => {
124122
type="button"
125123
className="px-4
126124
sm:px-6
127-
py-2
128-
bg-indigo-400
129-
hover:bg-indigo-500
125+
py-2 bg-gray-600 text-primary-light hover:bg-ternary-dark dark:bg-gray-200 dark:text-secondary-dark dark:hover:bg-primary-light
130126
rounded-md
131-
font-normal
132-
sm:font-bold
133-
text-primary-light
134-
focus:ring-1 focus:ring-indigo-900"
127+
focus:ring-1 focus:ring-indigo-900 duration-500"
135128
aria-label="Close Modal"
136129
>
137130
<Button title="Close" />

0 commit comments

Comments
 (0)