Skip to content

Commit 5380129

Browse files
committed
Add new copy change, clean up spacing, darken oauth scopes
1 parent c1a629f commit 5380129

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

frontend/pages/admin/IntegrationsPage/cards/Calendars/Calendars.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const Calendars = (): JSX.Element => {
315315
type="submit"
316316
variant="brand"
317317
disabled={Object.keys(formErrors).length > 0}
318-
className="save-loading button-wrap"
318+
className="save-loading"
319319
isLoading={isUpdatingSettings}
320320
>
321321
Save
@@ -387,6 +387,10 @@ const Calendars = (): JSX.Element => {
387387
</li>
388388
</ul>
389389
</p>
390+
<p>
391+
You&apos;re ready to automatically schedule calendar events for end
392+
users.
393+
</p>
390394
</div>
391395
</>
392396
);

frontend/pages/admin/IntegrationsPage/cards/Calendars/_styles.scss

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
color: $core-fleet-black;
55
}
66

7+
p {
8+
margin: $pad-large 0;
9+
}
10+
711
ui {
812
margin-block-start: $pad-small;
913
}
@@ -30,6 +34,7 @@
3034

3135
#oauth-scopes {
3236
font-family: "SourceCodePro", $monospace;
37+
color: $core-fleet-black;
3338
min-height: 80px;
3439
padding: $pad-medium;
3540
padding-right: $pad-xxlarge;

0 commit comments

Comments
 (0)