Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const Header = styled('h6')`
`;

const Content = styled('span')`
color: ${p => p.theme.gray500};
color: ${p => p.theme.textColor};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be textColor or subText

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evanpurkhiser textColor matches the gray500 for the lightAlias. The design used gray500 for the content.

margin-bottom: ${space(2)};
`;

Expand Down