Skip to content

Commit 3e282fe

Browse files
committed
Review#4: align text color of the non-editable profile fields with the designs.
1 parent 3522bca commit 3e282fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const UserProfile: FunctionComponent<UserProfileProps> = ({ user, data })
185185
listItems={[
186186
{
187187
title: (
188-
<EuiText color="subdued" size="s">
188+
<EuiText color={euiTheme.colors.darkestShade} size="s">
189189
<EuiFlexGroup responsive={false} alignItems="center" gutterSize="none">
190190
<EuiFlexItem grow={false}>{item.title}</EuiFlexItem>
191191
<EuiFlexItem grow={false} style={{ marginLeft: '0.33em' }}>

0 commit comments

Comments
 (0)