This repository was archived by the owner on Dec 30, 2024. It is now read-only.
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
Increase social buttons size #1
Open
Description
Like we're using react-icons (import {FaFacebook, FaTwitter, FaGooglePlusG } from 'react-icons/fa';
) instead of the classes (<i className={"fab fa-google-plus-g"} />
) to show the social buttons, these are rendered smaller. We need change the styles rules in the file buttonStyle.jsx (src/assets/jss/material-kit-react/components/buttonStyle.jsx)
.