Skip to content

Commit

Permalink
feat: remove opacity from Token styled component for improved visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink committed Dec 17, 2024
1 parent 400796c commit b240da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/webapp/reuseable-components/code/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ interface Props {
const Token = styled.span`
white-space: pre-wrap;
overflow-wrap: break-word;
opacity: 0.75;
font-size: 12px;
font-family: ${({ theme }) => theme.font_family.code};
`;
Expand Down

0 comments on commit b240da9

Please sign in to comment.