From f4a534d068ae03600f02f3ed39cbc36445f00a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20K=C3=B6hler?= <77496890+aromko@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:04:10 +0100 Subject: [PATCH] docs: removed some old props (#3780) * chore: remove button property as from docs * chore: remove Icon prop fill from docs --- docs/content/components/content/icon/icon.mdx | 2 +- docs/content/components/form/button/button.mdx | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/content/components/content/icon/icon.mdx b/docs/content/components/content/icon/icon.mdx index 2bd102ef05..3dc62beef1 100644 --- a/docs/content/components/content/icon/icon.mdx +++ b/docs/content/components/content/icon/icon.mdx @@ -7,7 +7,7 @@ On this page you can learn how [Marigold Icons](/concepts/icons/) should be used Icons itself can be used to improve visual interest and get users attention. The size of the icon can be change via the `size` prop. The default size is `24px`. -The `fill` prop is the second attribute and defaults `currentcolor`. +The color of the icon refers to the property [`currentcolor`](https://www.w3schools.com/colors/colors_currentcolor.asp). For a full list of the available Icons go to the [Marigold Icons](/concepts/icons/). diff --git a/docs/content/components/form/button/button.mdx b/docs/content/components/form/button/button.mdx index 8a8256a92a..a3f904fa25 100644 --- a/docs/content/components/form/button/button.mdx +++ b/docs/content/components/form/button/button.mdx @@ -26,13 +26,6 @@ import { Button } from '@marigold/components'; void',