Skip to content

Commit f3df175

Browse files
committed
Fix Figma docs
1 parent cdddd54 commit f3df175

File tree

3 files changed

+190
-178
lines changed

3 files changed

+190
-178
lines changed

aries-site/src/examples/tokens/TokenTypes.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ export const TokenTypes = () => {
131131
<Box pad="large" round="small" flex={false} elevation="medium" />
132132
</TokenPreview>
133133
</TypePreview>
134-
<TypePreview
135-
title="Border width"
136-
description="Not currently supported by Figma"
137-
>
134+
<TypePreview title="Border width" description="Apply to Stroke styles">
138135
<TokenPreview token="borderWidth.small">
139136
<Box
140137
height="xsmall"

aries-site/src/pages/design-tokens/using-design-tokens-in-figma.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As variables:
1717
- Spacing
1818
- Size
1919
- Radius
20-
- BorderWidth (currently not supported by Figma)
20+
- Border width
2121

2222
As styles:
2323

0 commit comments

Comments
 (0)