Skip to content

Commit

Permalink
fix: apply css class defined on Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Jan 9, 2024
1 parent c0b9f6c commit 1fa77bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/SubmissionReviewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ const matchingData = computed(() => {
</cds-modal-header>

<cds-modal-body>
<p>A new client number will be created and an email will be sent to the submitter.</p>
<p class="body-compact-01">A new client number will be created and an email will be sent to the submitter.</p>
</cds-modal-body>

<cds-modal-footer>
Expand Down Expand Up @@ -539,7 +539,7 @@ const matchingData = computed(() => {
</cds-modal-header>

<cds-modal-body class="grouping-12">
<p>This submission will be rejected and the submitter will receive an email notification. Please choose the reason below:</p>
<p class="body-compact-01">This submission will be rejected and the submitter will receive an email notification. Please choose the reason below:</p>
<multiselect-input-component
id="reject_reason_id"
label="Reason for rejection"
Expand Down

0 comments on commit 1fa77bf

Please sign in to comment.