mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2026-01-02 12:34:07 +00:00
fix download link color
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user