From b6a6b5b851935f302ccc296ee5269a400658cd94 Mon Sep 17 00:00:00 2001 From: Sarka Chwastkova Date: Tue, 27 Aug 2024 22:14:31 +0300 Subject: [PATCH] docs: upgrade migration guide with new border radius value --- .../documentation/05-development/04-migration-guides/01-v16.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/documentation/05-development/04-migration-guides/01-v16.mdx b/docs/src/documentation/05-development/04-migration-guides/01-v16.mdx index aa8ad3e223..15ad498a45 100644 --- a/docs/src/documentation/05-development/04-migration-guides/01-v16.mdx +++ b/docs/src/documentation/05-development/04-migration-guides/01-v16.mdx @@ -86,6 +86,7 @@ Here's the mapping for the new tokens: - `borderRadiusNormal` -> `borderRadius100` (value change from 3px to 4px) - `borderRadiusLarge` -> `borderRadius150` - `borderRadiusCircle` -> `borderRadiusFull` +- `borderRadius200` (new value of 8px) - `borderRadius300` (new value of 12px) - `borderRadius400` (new value of 16px)