Post-review updates

This commit is contained in:
mashazyu
2020-04-29 09:36:00 +02:00
committed by Sofiya Tepikin
parent 0c3bfdfced
commit 550b1e6314
7 changed files with 126 additions and 140 deletions
+3 -5
View File
@@ -12,9 +12,7 @@ export const sizes = {
base: 18,
subtitle: 22,
title: 24,
big: 30,
huge: 40,
giant: 50
huge: 40
}
const title = {
@@ -30,12 +28,12 @@ const accentText = {
const accentTextBig = {
...accentText,
fontSize: sizes.big,
fontSize: 30,
}
const accentTextGiant = {
...accentText,
fontSize: sizes.giant,
fontSize: 50,
}
const accentTextHuge = {