diff --git a/src/App.js b/src/App.js index 80a0787..2a6afb7 100644 --- a/src/App.js +++ b/src/App.js @@ -5,9 +5,5 @@ import { RsvpReader } from './components/RsvpReader' import { IconContext } from 'react-icons' export const App = () => { - return ( - - - - ) + return } diff --git a/src/styles/IconButton.css b/src/styles/IconButton.css index 300adf1..67159e9 100644 --- a/src/styles/IconButton.css +++ b/src/styles/IconButton.css @@ -7,6 +7,8 @@ padding: 3px; /* width: 1.4em; */ /* height: 1.4em; */ + font-size: 1.4em; + color: grey; } .svgButton svg { @@ -28,9 +30,8 @@ } .svgButton[disabled] svg { - transform: scale(1.5); - - color: '#c7c7c7'; + color: #c7c7c7; + transform: scale(1); } .a11yLabel {