Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a04987b

Browse files
style: align contact msg
1 parent 3f69ef0 commit a04987b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: studio/src/app/components/enterprise/app-contact-form/app-contact-form.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ export class AppContactForm {
6363
</ion-list>
6464

6565
{this.status === 'SUCCESS' ? (
66-
<p class="ion-margin-top">Thanks!</p>
66+
<p style={{'padding-top': '16px', 'margin-bottom': '12px'}}>Thanks! We will come back to you asap.</p>
6767
) : (
6868
<ion-button type="submit" color="primary" shape="round" class="ion-margin-top">
6969
Submit
7070
</ion-button>
7171
)}
72-
{this.status === 'ERROR' && <p class="ion-margin-top">Ooops! There was an error.</p>}
72+
{this.status === 'ERROR' && <p style={{'padding-top': '16px', 'margin-bottom': '12px'}}>Ooops! There was an error.</p>}
7373

7474
<div class="ion-margin-top">
7575
<small>* required field</small>

0 commit comments

Comments
 (0)