From b9a8161d81fcb7519fc431b7aea7832009e356ab Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Thu, 3 Nov 2022 16:59:16 +0530 Subject: [PATCH] fix: add scale flex direction --- src/theme/styled-system.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/styled-system.ts b/src/theme/styled-system.ts index 8aabb52a7..200db4c2b 100644 --- a/src/theme/styled-system.ts +++ b/src/theme/styled-system.ts @@ -114,6 +114,7 @@ export const flexbox = { flexDirection: true, flexDir: { property: 'flexDirection', + scale: 'flexDirection', }, // item flex: true,