Skip to content

Commit

Permalink
fix: table information styles
Browse files Browse the repository at this point in the history
  • Loading branch information
devgustavosantos committed Aug 10, 2024
1 parent 569a27e commit ffce8ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/History/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ const TDataOfHead = styled.th`

const TDataOfBody = styled.td`
${TextStyles}
display: flex;
align-items: center;
`;

const TaskStatus = styled.td<TaskStatusProps>`
Expand Down

0 comments on commit ffce8ef

Please sign in to comment.