From caeb3aaa32b13ae59c3aae067224f32458232ecc Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Thu, 19 May 2022 19:48:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a753d961..95c0eed4 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ fontSizeValues: const {'Small': '8', 'Medium': '24.5', 'Large': '46'} Font size can be cleared with a value of `0`, for example: ``` -fontSizeValues: const {'Small': '8', 'Medium': '24.5', 'Large': '46', 'Clear':'0'} +fontSizeValues: const {'Small': '8', 'Medium': '24.5', 'Large': '46', 'Clear': '0'} ``` ### Custom Icons