File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,10 @@ const HireMeModal = ({ onClose, onRequest }) => {
105
105
py-2
106
106
sm:py-2.5
107
107
text-white
108
- font-normal
109
- sm:font-medium
110
108
bg-indigo-500
111
109
hover:bg-indigo-600
112
110
rounded-md
113
- focus:ring-1 focus:ring-indigo-900"
111
+ focus:ring-1 focus:ring-indigo-900 duration-500 "
114
112
aria-label = "Submit Request"
115
113
>
116
114
< Button title = "Send Request" />
@@ -124,14 +122,9 @@ const HireMeModal = ({ onClose, onRequest }) => {
124
122
type = "button"
125
123
className = "px-4
126
124
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
130
126
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"
135
128
aria-label = "Close Modal"
136
129
>
137
130
< Button title = "Close" />
You can’t perform that action at this time.
0 commit comments