Skip to content

Commit

Permalink
page title color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
burczu committed Feb 23, 2024
1 parent 273e81a commit 85dc2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function WorkspaceMembersPage({policyMembers, personalDetails, route, policy, se

const getHeaderContent = () => (
<>
<Text style={[styles.pl5, styles.mb5, styles.mt3]}>{translate('workspace.people.membersListTitle')}</Text>
<Text style={[styles.pl5, styles.mb5, styles.mt3, styles.textSupporting]}>{translate('workspace.people.membersListTitle')}</Text>
{!isEmptyObject(invitedPrimaryToSecondaryLogins) && (
<MessagesRow
type="success"
Expand Down

0 comments on commit 85dc2f6

Please sign in to comment.