Resolve "Stats"

This commit is contained in:
Maria Zadnepryanets
2020-12-20 19:11:03 +00:00
committed by bl00dymarie
parent d375645316
commit d25af176d3
5 changed files with 26 additions and 20 deletions
+3 -3
View File
@@ -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',