File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ function UserProfile() {
247
247
< button
248
248
type = "button"
249
249
onClick = { handleSubmit }
250
- className = "rounded bg-white border-[1px ] border-[#15b4e9] text-[#15b4e9] px-4 py-2 mr-4"
250
+ className = "rounded shadow focus:outline-none border-[2px ] border-[#15b4e9] bg-white text-[#15b4e9] px-4 py-2 mr-4"
251
251
>
252
252
Save
253
253
</ button >
@@ -257,7 +257,7 @@ function UserProfile() {
257
257
onClick = { ( ) => {
258
258
setEditMode ( true ) ;
259
259
} }
260
- className = "rounded shadow text-white bg-[#e7505a] px-4 py-2 mr-4"
260
+ className = "rounded shadow focus:outline-none text-white bg-[#e7505a] px-4 py-2 mr-4"
261
261
>
262
262
Edit
263
263
</ button >
@@ -271,7 +271,7 @@ function UserProfile() {
271
271
navigate ( "/changepassword" ) ;
272
272
}
273
273
} }
274
- className = { `rounded shadow text-white bg-[#3598dc] ${
274
+ className = { `rounded shadow focus:outline-none text-white bg-[#3598dc] ${
275
275
editmode ? "px-4 py-2 " : "p-2"
276
276
} `}
277
277
>
You can’t perform that action at this time.
0 commit comments