Styled-Components Почему стили не применяются?
export const WithdrawButton = styled(Button)` width: 100%; `; По сути стиля в принципе нет
export const WithdrawButton = styled(Button)` width: 100%; `; По сути стиля в принципе нет
Имею вот такой компонент const FooterLangLi = styled.li.attrs({ selected: true, })<React.LiHTMLAttributes<HTMLLIElement>>` font-family: var(--famyli); font-size: 15px;…
У меня есть styled компонент TableRow из mui const StyledTableRow = styled(TableRow)(({ theme }) => ({ color: theme.palette.text.secondary, '&:hover': { background: theme.p…