Skip to content

Commit

Permalink
label style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aotearoan committed Nov 1, 2020
1 parent c5459ff commit 5b9890a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aotearoan/neon",
"description": "Neon is a lightweight design library of VueJS components with minimal dependencies. It supports light and dark modes and can be extended to support multiple themes",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/@aotearoan/neon.umd.js",
"types": "dist/@aotearoan/components.d.ts",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions src/sass/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ h6 {
label {
&:not(.no-style) {
font-size: $font-size-s;
font-weight: 500;
letter-spacing: $letter-spacing-m;
text-transform: uppercase;
user-select: none;
margin-bottom: 2 * $base-space;
Expand Down

0 comments on commit 5b9890a

Please sign in to comment.