From a27a93eade043e0fbe51197a60b6028f75769210 Mon Sep 17 00:00:00 2001 From: Eugene Nagorny Date: Thu, 19 May 2022 11:07:33 +0300 Subject: [PATCH] Update design-tokens.md --- docs/next/design-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/next/design-tokens.md b/docs/next/design-tokens.md index ab3f6c29b..0754e1590 100644 --- a/docs/next/design-tokens.md +++ b/docs/next/design-tokens.md @@ -61,7 +61,7 @@ We can use the above tokens in our code instead of using absolute values. The above Box will be translated to ```jsx title="actual applied styles" - + ``` With NativeBase, you can create your own design system. NativeBase follows [styled-system's specification](https://styled-system.com/theme-specification/) to construct design system.