From 134e248897d0700322b595f365ddac57cfa8fd67 Mon Sep 17 00:00:00 2001 From: Angelina Gadzhieva Date: Mon, 3 Jun 2024 17:21:05 +0300 Subject: [PATCH] chore(Card): fix readme --- src/components/Card/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Card/README.md b/src/components/Card/README.md index 13981b3aa8..2f70dd2659 100644 --- a/src/components/Card/README.md +++ b/src/components/Card/README.md @@ -102,7 +102,7 @@ This parameter is used to specify the view or layout style of the `Card`. It all - `clear`: no style will be applied. - `outlined`: applies thin border to highlight card content. -- `filed`: fills in the card content. +- `filled`: fills in the card content. - `raised`: applies a shadow to slightly lift the container.