Resolve "Stats"
This commit is contained in:
committed by
bl00dymarie
parent
d375645316
commit
d25af176d3
@@ -10,7 +10,7 @@ const Icon = createIconSetFromIcoMoon(iconConfig, '', 'Menu')
|
||||
const MenuIcon = ({ isActive, name }) => {
|
||||
const color = isActive ? Colors.greyDark : Colors.grey
|
||||
|
||||
return <Icon name={name} size={Sizes.huge} color={color} />
|
||||
return <Icon name={name} size={Sizes.icon} color={color} />
|
||||
}
|
||||
|
||||
MenuIcon.propTypes = {
|
||||
|
||||
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types'
|
||||
|
||||
import AppText from './app-text'
|
||||
|
||||
import { Spacing, Typography } from '../../styles'
|
||||
import { Sizes, Spacing, Typography } from '../../styles'
|
||||
|
||||
const Table = ({ tableContent }) => {
|
||||
return (
|
||||
@@ -56,11 +56,11 @@ Cell.propTypes = {
|
||||
const styles = StyleSheet.create({
|
||||
accentOrange: {
|
||||
...Typography.accentOrange,
|
||||
fontSize: 18,
|
||||
fontSize: Sizes.small,
|
||||
},
|
||||
accentPurpleBig: {
|
||||
...Typography.accentPurpleBig,
|
||||
marginRight: Spacing.base,
|
||||
marginRight: Spacing.small,
|
||||
},
|
||||
cellLeft: {
|
||||
alignItems: 'flex-end',
|
||||
|
||||
Reference in New Issue
Block a user