Redesign chart
This commit is contained in:
committed by
Sofiya Tepikin
parent
550b1e6314
commit
ef16cfd041
+23
-5
@@ -8,6 +8,7 @@ export const fonts = {
|
||||
|
||||
export const sizes = {
|
||||
tiny: 7,
|
||||
footnote: 10,
|
||||
small: 14,
|
||||
base: 18,
|
||||
subtitle: 22,
|
||||
@@ -15,11 +16,6 @@ export const sizes = {
|
||||
huge: 40
|
||||
}
|
||||
|
||||
const title = {
|
||||
color: Colors.purple,
|
||||
marginVertical: Spacing.large
|
||||
}
|
||||
|
||||
const accentText = {
|
||||
fontFamily: fonts.bold,
|
||||
textAlignVertical: 'center',
|
||||
@@ -46,6 +42,16 @@ const accentTextSmall = {
|
||||
fontSize: sizes.small
|
||||
}
|
||||
|
||||
const title = {
|
||||
color: Colors.purple,
|
||||
marginVertical: Spacing.large
|
||||
}
|
||||
|
||||
const label = {
|
||||
fontSize: sizes.small,
|
||||
textTransform: 'uppercase'
|
||||
}
|
||||
|
||||
export default {
|
||||
accentOrange: {
|
||||
...accentTextSmall,
|
||||
@@ -67,6 +73,18 @@ export default {
|
||||
fontFamily: fonts.main,
|
||||
fontSize: sizes.base
|
||||
},
|
||||
label: {
|
||||
...label
|
||||
},
|
||||
labelBold: {
|
||||
color: Colors.greyDark,
|
||||
fontWeight: 'bold',
|
||||
...label
|
||||
},
|
||||
labelLight: {
|
||||
color: Colors.grey,
|
||||
fontSize: sizes.footnote,
|
||||
},
|
||||
subtitle: {
|
||||
fontSize: sizes.subtitle,
|
||||
...title
|
||||
|
||||
Reference in New Issue
Block a user