Skip to content

Commit 60a7c05

Browse files
committed
Ensure consistent colors and icons
1 parent 7358302 commit 60a7c05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/packages/forms/src/blocks/contact-form/components/jetpack-integrations-modal/integration-card/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.integration-card {
2+
--wp-admin-theme-color: #000;
23

34
&__header {
45
cursor: pointer;

projects/packages/forms/src/blocks/contact-form/components/jetpack-integrations-modal/salesforce-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const SalesforceCard = ( {
6868
toggleDisabledTooltip: ! isValidSalesforceOrgId( salesforceData.organizationId )
6969
? __( 'Enter a Salesforce Organization ID to enable.', 'jetpack-forms' )
7070
: undefined,
71-
setupBadge: <Badge intent="default">{ __( 'Enter organization ID', 'jetpack-forms' ) }</Badge>,
71+
setupBadge: <Badge intent="info">{ __( 'Enter organization ID', 'jetpack-forms' ) }</Badge>,
7272
};
7373

7474
return (

0 commit comments

Comments
 (0)