From 226347de1c43fa0e806489c0d0022a171e88ccdb Mon Sep 17 00:00:00 2001 From: DmitrySychugov Date: Fri, 21 Apr 2023 18:07:45 +0500 Subject: [PATCH] Web: Components: Snackbar - added description --- packages/components/snackbar/snackbar.stories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/snackbar/snackbar.stories.js b/packages/components/snackbar/snackbar.stories.js index f469462e38..913ddb078e 100644 --- a/packages/components/snackbar/snackbar.stories.js +++ b/packages/components/snackbar/snackbar.stories.js @@ -15,6 +15,7 @@ export default { argTypes: { onAction: { action: "onAction", + description: "Property for story", }, textColor: { control: "color" }, backgroundColor: { control: "color" }, @@ -41,8 +42,7 @@ base.args = { textColor: "#000", opacity: 1, headerText: "Attention", - text: - "We apologize for any short-term technical issues in service functioning, that may appear on 22.06.2021 during the update of Onlyoffice Personal.", + text: "We apologize for any short-term technical issues in service functioning, that may appear on 22.06.2021 during the update of Onlyoffice Personal.", showIcon: true, fontSize: "13px", fontWeight: "400",