Skip to content

Commit

Permalink
style: adjust opacity for secondary text elements in JsonDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Oct 8, 2024
1 parent 7aa0264 commit b09a6bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalog/app/components/JsonDisplay/JsonDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const useStyles = M.makeStyles((t) => ({
width: '100%',
},
more: {
color: t.palette.text.secondary,
opacity: 0.5,
},
flex: {
display: 'flex',
Expand All @@ -73,7 +73,7 @@ const useStyles = M.makeStyles((t) => ({
opacity: 0.7,
},
brace: {
color: t.palette.text.secondary,
opacity: 0.5,
},
}))

Expand All @@ -87,7 +87,7 @@ const IconCollapse = () => <M.Icon fontSize="small">expand_more</M.Icon>

const useWaitingJsonRenderStyles = M.makeStyles((t) => ({
root: {
color: t.palette.text.secondary,
opacity: 0.5,
display: 'flex',
fontFamily: t.typography.monospace.fontFamily,
fontSize: t.typography.body2.fontSize,
Expand Down

0 comments on commit b09a6bd

Please sign in to comment.