Skip to content

Commit

Permalink
Changed hook number visual style to look more like bades
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Mar 17, 2021
1 parent 67f6460 commit 826a5da
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
}

.PrimitiveHookNumber {
color: var(--color-dimmer);
color: var(--color-component-badge-count-inverted);
background-color: var(--color-component-badge-background-inverted);
font-size: var(--font-size-monospace-small);
margin-right: 0.25rem;
border-radius: 0.125rem;
padding: 0.125rem 0.25rem;
}

0 comments on commit 826a5da

Please sign in to comment.