немного адаптированы размеры шрифтов при разрешении >2000px, fix padding
This commit is contained in:
@@ -16,7 +16,6 @@ export const PinkButton:React.FC<TProps> = React.memo((props) => {
|
||||
})
|
||||
}, [])
|
||||
return <button
|
||||
onMouseLeave={() => console.log('fuck')}
|
||||
style={{width: props.width ? props.width : '', ...styles}}
|
||||
className="main-part-text-button"
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user