Skip to content

Commit

Permalink
Merge pull request #44 from openrice-canada/feat/profile
Browse files Browse the repository at this point in the history
feat: update style and timeout
  • Loading branch information
ttiimmothy authored Dec 4, 2023
2 parents dc8d75f + f8d3386 commit 0613615
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const selectInputColourStyles: StylesConfig<Category, false> = {
backgroundColor: "white",
"&:hover": {
borderColor: "#333333",
borderWidth: "0.15rem",
},
}),
option: (styles, { isDisabled, isFocused, isSelected }) => {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ProfilePage: React.FC = () => {
});
setTimeout(() => {
navigate(0);
}, 1000);
}, 3000);
} else if (updateProfileSuccess === false && message) {
enqueueSnackbar(message, {
variant: "error",
Expand Down

0 comments on commit 0613615

Please sign in to comment.