You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
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).
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 filebuttonStyle.jsx (src/assets/jss/material-kit-react/components/buttonStyle.jsx).