Skip to content

Commit

Permalink
Use ODS font size var
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 8, 2022
1 parent eca3df9 commit d55ffe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="oc-files-sharing-sidebar" class="oc-position-relative">
<div class="oc-flex">
<h3 v-translate class="oc-text-bold oc-m-rm oc-text-initial">Members</h3>
<oc-contextual-helper class="oc-pl-xs" v-if="helpersEnabled" v-bind="spaceAddMemberHelp" />
<oc-contextual-helper v-if="helpersEnabled" class="oc-pl-xs" v-bind="spaceAddMemberHelp" />
</div>
<invite-collaborator-form
v-if="currentUserCanShare"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default defineComponent({
<style lang="scss">
body {
margin: 0;
font-size: 0.88rem;
font-size: var(--oc-font-size-small);
}
#web {
Expand Down

0 comments on commit d55ffe9

Please sign in to comment.