From 7ec4f1a66ee76d53e80d636d4cff8a7e054e3d93 Mon Sep 17 00:00:00 2001 From: Alex Horstmann Date: Thu, 14 Mar 2024 12:00:05 -0700 Subject: [PATCH] Update withIcon in readme (#392) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da9806c9..56d6dcdd 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ The `createButton` function accepts an object with the following properties: // Css class to add to the button className?: string; // Show the every icon inside the button - withIcon: boolean; + withLogo: boolean; // Useful styling props bgColor?: string; textColor?: string;