From f6cde30d3efafa1b9df842894d858bcfd50d617a Mon Sep 17 00:00:00 2001 From: SirMathelot <62252088+SirMathelot@users.noreply.github.com> Date: Mon, 7 Mar 2022 15:24:05 +0100 Subject: [PATCH] docs(button): fix fill attribute typo (#24890) --- core/src/components/button/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/button/readme.md b/core/src/components/button/readme.md index c280c8838a..d39d7eab3c 100644 --- a/core/src/components/button/readme.md +++ b/core/src/components/button/readme.md @@ -13,7 +13,7 @@ This attribute lets you specify how wide the button should be. By default, butto ## Fill -This attributes determines the background and border color of the button. By default, buttons have a solid background unless the button is inside of a toolbar, in which case it has a transparent background. +This attribute determines the background and border color of the button. By default, buttons have a solid background unless the button is inside of a toolbar, in which case it has a transparent background. | Value | Details | |----------------|------------------------------------------------------------------------------|