Skip to content

Commit

Permalink
Aline/blockquote update (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlineNap authored Sep 19, 2024
1 parent 07b4d44 commit fbd2ff5
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions proprietary/design-tokens/figma/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
"type": "borderRadius"
},
"keep": {
"value": "{rhc.size.2-lint}",
"value": "{rhc.size.lint}",
"type": "borderRadius"
}
}
Expand Down Expand Up @@ -1727,19 +1727,19 @@
}
},
"padding-block-end": {
"value": "{rhc.space.150}",
"value": "{rhc.space.400}",
"type": "spacing"
},
"padding-block-start": {
"value": "{rhc.space.150}",
"value": "{rhc.space.400}",
"type": "spacing"
},
"padding-inline-end": {
"value": "{rhc.space.0}",
"value": "{rhc.space.400}",
"type": "spacing"
},
"padding-inline-start": {
"value": "{rhc.space.0}",
"value": "{rhc.space.400}",
"type": "spacing"
},
"row-gap": {
Expand All @@ -1749,6 +1749,22 @@
"background-color": {
"value": "transparent",
"type": "color"
},
"border": {
"color": {
"value": "{rhc.color.primary.500}",
"type": "color"
}
}
},
"blockqoute": {
"border-radius": {
"value": "0px, {rhc.border-radius.keep}, 0px, 0px",
"type": "borderRadius"
},
"border-width": {
"value": "{rhc.border-width.m}",
"type": "borderWidth"
}
}
}
Expand Down

0 comments on commit fbd2ff5

Please sign in to comment.