Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Address PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 8, 2022
1 parent 3df5b06 commit d03d8ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/atoms/OcButton/OcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default {
background-color: transparent;
border-style: none;
color: $color;
font-size: 0.88rem;
font-size: var(--oc-font-size-small);
font-weight: normal;
min-height: 0;
padding: 0;
Expand Down Expand Up @@ -323,7 +323,7 @@ export default {
&-s {
@include oc-button-line-height(0.7);
font-size: 0.9rem;
font-size: 0.875rem;
min-height: 1.2rem;
}
Expand All @@ -337,7 +337,7 @@ export default {
&-l {
@include oc-button-line-height(1.5);
font-size: 1.5rem;
font-size: 1.375rem;
min-height: 2rem;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/molecules/OcBreadcrumb/OcBreadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default {
a,
button,
span {
font-size: 0.88rem;
font-size: var(--oc-font-size-small);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/theme/oc-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ td.oc-text-break {
}

.oc-text-initial {
font-size: 0.88rem;
font-size: var(--oc-font-size-small);
}

.oc-text-small {
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/ods/space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ space:
xsmall:
value: 4px
small:
value: 7px
value: 8px
medium:
value: 16px
large:
Expand Down

0 comments on commit d03d8ba

Please sign in to comment.