fix download link color

This commit is contained in:
2023-06-25 17:10:22 +02:00
parent dc0d9d3c70
commit 46aeec8d3c
3 changed files with 31 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ export type ButtonProps = {
Создадим сам компонент:
```tsx
```tsx filename="button.tsx"
import s from './button.module.scss'
export const Button = ({ variant = 'primary', fullWidth, className, ...rest }: ButtonProps) => {