Skip to content

Commit

Permalink
Merge pull request #1840 from Shoaibdev7/Spacing-before-and-after-the…
Browse files Browse the repository at this point in the history
…-highlight

Spacing before and after the highlight
  • Loading branch information
Rassl authored Jul 17, 2024
2 parents dcc1a47 + 6592be7 commit 6acf318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function escapeRegExp(string: string) {
}

const Highlight = styled.span`
padding: 2px;
padding: 0;
margin: 0;
color: ${colors.SECONDARY_BLUE};
Expand Down

0 comments on commit 6acf318

Please sign in to comment.