Skip to content

Commit

Permalink
feat: Add small spacing and border radius on types
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent 3e36937 commit db01bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CodeDef/CodeDef.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
}

.type {
padding: 0.125rem;
border-radius: 0.125rem;
color: var(--color-green-500);
background: var(--color-green-050);
}
Expand Down

0 comments on commit db01bd6

Please sign in to comment.