Skip to content

Commit

Permalink
fix: font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jul 22, 2022
1 parent 3ca3c94 commit 23e9f88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/KModalFullscreen/KModalFullscreen.vue
Expand Up @@ -326,7 +326,7 @@ $fullscreen-modal-padding: 64px;
}
.body-header-description {
font-weight: 200;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: var(--grey-600);
Expand Down
2 changes: 1 addition & 1 deletion src/components/KSelect/KSelectItem.vue
Expand Up @@ -86,7 +86,7 @@ export default defineComponent({
background-color: var(--white);
border-radius: 4px;
text-align: left;
font-weight: 200;
font-weight: 400;
&:not(:disabled),
&:not(.disabled) {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/_typography.scss
Expand Up @@ -72,7 +72,7 @@
.style-body-md {
font-size: 13px !important;
line-height: 20px !important;
font-weight: 200 !important;
font-weight: 400 !important;
}
.style-body-md-bold {
font-size: 13px !important;
Expand All @@ -83,7 +83,7 @@
.style-body-sm {
font-size: 12px !important;
line-height: 16px !important;
font-weight: 200 !important;
font-weight: 400 !important;
}
.style-body-sm-bold {
font-size: 12px !important;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_utils.scss
Expand Up @@ -349,7 +349,7 @@ $sides: (top, right, bottom, left);
background-color: transparent !important;
border: none !important;
cursor: pointer !important;
font-weight: 200 !important;
font-weight: 400 !important;
}

@keyframes spin {
Expand Down

0 comments on commit 23e9f88

Please sign in to comment.