Skip to content

Commit

Permalink
Look&Feel Render Component Changes
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <[email protected]>
  • Loading branch information
danieldong51 committed Aug 21, 2024
1 parent 2c631c9 commit 2f42104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function InternalUserEdit(props: InternalUserEditDeps) {
const descriptionData = [
{
renderComponent: (
<EuiText size="xs" color="subdued">
<EuiText size="s" color="subdued">
The security plugin includes an internal user database. Use this database in place of, or
in addition to, an external <br /> authentication system such as LDAP or Active Directory.{' '}
<ExternalLink href={DocLinks.UsersAndRolesDoc} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const TITLE_TEXT_DICT = {
const descriptionData = [
{
renderComponent: (
<EuiText size="xs" color="subdued">
<EuiText size="s" color="subdued">
Map users to this role to inherit role permissions. Two types of users are supported: user,
and backend role. <ExternalLink href={DocLinks.MapUsersToRolesDoc} />
</EuiText>
Expand Down

0 comments on commit 2f42104

Please sign in to comment.