Skip to content

Commit

Permalink
removing todo
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAtlassian committed Dec 6, 2023
1 parent f1a0b89 commit c5934bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const TruncateDescription = styled.div<{ maxWidth: number | string }>`
export const Description = styled.span`
font-size: 14px;
line-height: 20px;
color: ${token('color.text', N900)}; // TODO check
color: ${token('color.text', N900)};
`;

export const ImportButtonWrapper = styled.div`
Expand Down

0 comments on commit c5934bd

Please sign in to comment.