Skip to content

Commit

Permalink
style(mon-pix): change button loading color
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume committed Nov 15, 2024
1 parent 701c731 commit 31ae3cd
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,15 @@ export default class AttestationResult extends Component {
alt=""
src="/images/illustrations/results/attestation-obtained.svg"
/>
<PixButton @variant="tertiary" class="attestation-result__download" @triggerAction={{this.onClick}}>{{t
"common.actions.download"
}}
<PixIcon @name="download" /></PixButton>
<PixButton
@variant="tertiary"
@loadingColor="grey"
class="attestation-result__download"
@triggerAction={{this.onClick}}
>
{{t "common.actions.download"}}
<PixIcon @name="download" />
</PixButton>
{{else if (eq this.result.obtained false)}}
<p class="attestation-result__message attestation-result__message--not-obtained">
<PixIcon @name="cancel" @plainIcon="{{true}}" />
Expand Down

0 comments on commit 31ae3cd

Please sign in to comment.