From a8b6ec528822126a91d58ae61bd951c0364413a5 Mon Sep 17 00:00:00 2001 From: himanshupathak95 Date: Wed, 26 Feb 2025 12:15:46 +0530 Subject: [PATCH] Docs: Update FontSizePicker README.md to mention the unitless mode --- packages/components/src/font-size-picker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/font-size-picker/README.md b/packages/components/src/font-size-picker/README.md index 1c0cb84da82556..4e2c441d7139ba 100644 --- a/packages/components/src/font-size-picker/README.md +++ b/packages/components/src/font-size-picker/README.md @@ -92,7 +92,7 @@ Size of the control. Available units for custom font size selection. -**Important Note**: For the units property to work, font sizes must be specified as strings with units (e.g., `'12px'` instead of `12`). When font sizes are provided as numbers, the component operates in "unitless mode" where the units property has no effect. +**Note**: For the `units` property to work, the current font size value must be specified as strings with units (e.g., `'12px'` instead of `12`). When the font size is provided as a number, the component operates in "unitless mode" where the `units` property has no effect. - Required: No - Default: `[ 'px', 'em', 'rem', 'vw', 'vh' ]`