Skip to content

Commit

Permalink
Fix a text color swap, now back to danger text
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Nov 23, 2020
1 parent 4472aac commit ee8f840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import styled from 'styled-components';
import { EuiContextMenuItem } from '@elastic/eui';

export const DangerEuiContextMenuItem = styled(EuiContextMenuItem)`
color: ${(props) => props.theme.eui.euiTextSubduedColor};
color: ${(props) => props.theme.eui.euiTextColors.danger};
`;

0 comments on commit ee8f840

Please sign in to comment.