diff --git a/android/app/src/main/assets/fonts/compass-icons.ttf b/android/app/src/main/assets/fonts/compass-icons.ttf index f74b3219b..106fc3a68 100644 Binary files a/android/app/src/main/assets/fonts/compass-icons.ttf and b/android/app/src/main/assets/fonts/compass-icons.ttf differ diff --git a/app/components/radio_button/radio_button.js b/app/components/radio_button/radio_button.js index 50897b8ad..9d4a8d532 100644 --- a/app/components/radio_button/radio_button.js +++ b/app/components/radio_button/radio_button.js @@ -5,10 +5,10 @@ import {connect} from 'react-redux'; import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import {Animated, Text, View} from 'react-native'; -import Icon from 'react-native-vector-icons/MaterialIcons'; +import CompassIcon from '@components/compass_icon'; import {getTheme} from '@mm-redux/selectors/entities/preferences'; -import {makeStyleSheetFromTheme} from 'app/utils/theme'; +import {makeStyleSheetFromTheme} from '@utils/theme'; const DISABLED_OPACITY = 0.26; const DEFAULT_OPACITY = 1; @@ -106,8 +106,8 @@ class RadioButton extends PureComponent { }, ]} /> -