Skip to content

Commit

Permalink
Add adaptivity without specifying weight
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-medvedev-vk committed Sep 11, 2024
1 parent 96df4a6 commit 2558c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const TextPlayground = (props: ComponentPlaygroundProps) => {
{...props}
propSets={[
{
weight: ['3'],
weight: [undefined, '3'],
$adaptivity: 'y',
},
{
Expand Down

0 comments on commit 2558c22

Please sign in to comment.