File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 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 }) => {
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" />
You can’t perform that action at this time.
0 commit comments