Skip to content

Commit

Permalink
fix: css syntax for text opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzigmond committed Nov 10, 2023
1 parent 451f3ca commit 6339e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/file-input/file-input.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const StyledFileInputPresentation = styled.div<StyledFileInputPresentatio
border: var(--${borderWidthToken}) dashed var(--${borderColorToken});
background: var(--${backgroundColorToken});
${StyledTypography} {
color: var("colorsUtilityYin055");
color: var(--colorsUtilityYin055);
}
`
);
Expand Down

0 comments on commit 6339e5e

Please sign in to comment.