Skip to content

Commit

Permalink
change buttons colors
Browse files Browse the repository at this point in the history
  • Loading branch information
celineung committed Feb 6, 2025
1 parent a49216f commit a8be748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const RegisterAgenciesForm = ({
<Button
className={fr.cx("fr-col-12", "fr-col-md-4")}
id={domElementIds.agencyDashboard.registerAgencies.submitButton}
priority="secondary"
onClick={() => {
dispatch(
inclusionConnectedSlice.actions.registerAgenciesRequested({
Expand Down
1 change: 1 addition & 0 deletions front/src/app/components/user-profile/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const UserProfile = ({
<h1 className={fr.cx("fr-col-12", "fr-col-sm-10")}>{title}</h1>
<Button
id={domElementIds.profile.registerAgenciesSearchLink}
priority="secondary"
className={fr.cx("fr-col-12", "fr-col-sm-2")}
linkProps={{
href: `${routes.myProfileAgencyRegistration().href}`,
Expand Down

0 comments on commit a8be748

Please sign in to comment.