Browse Source

style(icons): inherit vertical-align

renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
parent
commit
c3afb5f945
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 2
      app/components/Icon/Warning.js

2
app/components/Icon/Warning.js

@ -1,6 +1,6 @@
import React from 'react'
import FaExclamationCircle from 'react-icons/lib/fa/exclamation-circle'
const SystemIcon = props => <FaExclamationCircle {...props} />
const SystemIcon = props => <FaExclamationCircle style={{ verticalAlign: 'inherit' }} {...props} />
export default SystemIcon

Loading…
Cancel
Save