Skip to content

Commit

Permalink
Adjust highlight style
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed May 16, 2024
1 parent 2b326d2 commit d0d48c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/HighlightedText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export interface HighlightOptions {

const defaultHighlightStyle: SxProps = {
background: '#FFFF5480',
padding: '4px',
margin: '-4px',
padding: '2px',
margin: '-2px',
}

const defaultHighlight: HighlightOptions = {
Expand Down

0 comments on commit d0d48c6

Please sign in to comment.