From 2558c22aab223c18f7c01044f12dddde27e4c30d Mon Sep 17 00:00:00 2001 From: Andrey Medvedev Date: Wed, 11 Sep 2024 12:41:16 +0300 Subject: [PATCH] Add adaptivity without specifying weight --- .../vkui/src/components/Typography/Text/Text.e2e-playground.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vkui/src/components/Typography/Text/Text.e2e-playground.tsx b/packages/vkui/src/components/Typography/Text/Text.e2e-playground.tsx index 01b5a7c84e..8fbc14c04e 100644 --- a/packages/vkui/src/components/Typography/Text/Text.e2e-playground.tsx +++ b/packages/vkui/src/components/Typography/Text/Text.e2e-playground.tsx @@ -7,7 +7,7 @@ export const TextPlayground = (props: ComponentPlaygroundProps) => { {...props} propSets={[ { - weight: ['3'], + weight: [undefined, '3'], $adaptivity: 'y', }, {