Skip to content

Commit

Permalink
chore(cypress): test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 12, 2023
1 parent a218c66 commit 8c12ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plasma-b2c/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { ButtonProps } from '@salutejs/plasma-hope';
export const ButtonBase = ButtonHope({ design: 'b2c' });

/**
* Кнопка.
* Кнопка.s
* Поддерживает несколько режимов отображения (`view`) и размеров (`size`).
*/
export const Button = forwardRef<HTMLButtonElement, ButtonProps>((props, ref) => <ButtonBase {...props} ref={ref} />);

0 comments on commit 8c12ba4

Please sign in to comment.