Skip to content

Commit

Permalink
Update Detail.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion authored Aug 3, 2024
1 parent 83741bf commit ec9bd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Team/deploy/Container/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,5 @@ const LogText = styled.pre<{ isDark: boolean }>`
color: ${({ isDark }) => (isDark ? '#CCCCCC' : theme.color.gray9)};
font-family: 'JetBrains Mono';
font-weight: 500;
font-size: 12px;
`;

0 comments on commit ec9bd64

Please sign in to comment.