Skip to content

Commit

Permalink
fix: rename incorrect Blockquote design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 27, 2021
1 parent 71b985a commit 7a569b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/blockquote/block.style-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"margin-inline-end": {},
"margin-inline-block-start": {},
"margin-inline-block-end": {},
"margin-inline-font-size": {},
"margin-inline-font-family": {},
"margin-inline-font-family": {},
"font-size": {},
"font-family": {}
}
}
}
2 changes: 1 addition & 1 deletion proprietary/design-tokens/src/component/_blockquote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--utrecht-blockquote-margin-inline-end: 1.6em;
--utrecht-blockquote-margin-block-start: 1.6em;
--utrecht-blockquote-margin-block-end: 1.6em;
--utrecht-blockquote-font-color: 1.125em;
--utrecht-blockquote-font-size: 1.125em;

/* @presenter Color */
--utrecht-blockquote-content-color: var(--utrecht-red-40);
Expand Down

0 comments on commit 7a569b7

Please sign in to comment.