feat: make the Echo badge text smaller

This commit is contained in:
alistair3149 2021-09-02 12:00:33 -04:00
parent 7a8d6cb0aa
commit 6667c0628f
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -42,7 +42,8 @@
top: 0;
border-color: var( --color-destructive );
background-color: var( --color-destructive );
border-radius: 100%;
border-radius: 100px;
font-size: 0.65rem;
}
&-dimmed {