Web: Components: fixed background in backdrop story

This commit is contained in:
DmitrySychugov 2023-03-29 19:56:57 +05:00
parent 3ae400a6b8
commit 28883a9990

View File

@ -43,3 +43,6 @@ const Template = (args) => {
};
export const Default = Template.bind({});
Default.args = {
withBackground: true,
};