From 66e86c17222ed89c8ddd43205f36cf1f06090e0a Mon Sep 17 00:00:00 2001 From: alissa_y Date: Mon, 26 Feb 2024 11:57:14 +0300 Subject: [PATCH 1/2] fix(uikit): Fix cell refs FRT-5738 --- stories/cell.stories.tsx | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/stories/cell.stories.tsx b/stories/cell.stories.tsx index fe2bd17..32ee4e1 100644 --- a/stories/cell.stories.tsx +++ b/stories/cell.stories.tsx @@ -36,16 +36,6 @@ export const Common: Story = { render: () => { return ( - - {icon} - - {underTitle} - - - {underValue} - - - {icon} @@ -54,14 +44,6 @@ export const Common: Story = { {underValue} - - {icon} - - {title} - - {value} - - {icon} {title} @@ -82,8 +64,8 @@ export const Common: Story = { {icon} - - {underTitle} + + {title} + + {icon} + + {title} + + + {value} + + + {icon} {title} @@ -236,7 +228,7 @@ export const Common: Story = { {underTitle} - c + From cc6c783237468ee2870f0a27e8369930c09161d0 Mon Sep 17 00:00:00 2001 From: alissa_y Date: Mon, 26 Feb 2024 13:08:43 +0300 Subject: [PATCH 2/2] fix(uikit): Fix cell refs FRT-5738-2 --- components/cell/styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cell/styled.ts b/components/cell/styled.ts index 02ba418..32fd89e 100644 --- a/components/cell/styled.ts +++ b/components/cell/styled.ts @@ -24,7 +24,7 @@ export const CellWrapper = styled.div` justify-content: space-between; align-items: center; flex-shrink: 0; - gap: ${cssVar("--spacing-space-16")}; + gap: ${cssVar("--spacing-space-12")}; font-size: 16px; line-height: 23px; letter-spacing: 0.16px;