Skip to content

Commit

Permalink
ADM-997 [frontend]: fix dc issues (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-yinyuan authored Aug 16, 2024
1 parent 9791fa0 commit fc3e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Common/NewFunctionsLabel/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const NewFunctionsContent = styled('div')({

export const NewLabel = styled('div')({
padding: '0 0.3rem',
fontSize: '0.8rem',
fontSize: '0.7rem',
height: '1rem',
lineHeight: '1rem',
color: theme.components?.newFunctionsLabel.color,
Expand Down

0 comments on commit fc3e1e7

Please sign in to comment.