fix: pre release screen fixes

This commit is contained in:
Taranto 2020-06-16 09:43:58 +01:00 committed by Josh Harvey
parent 1bcc87757b
commit 5dd8501a17
98 changed files with 1569 additions and 1149 deletions

View file

@ -3,7 +3,9 @@ import {
disabledColor2,
spacer,
subheaderColor,
placeholderColor
errorColor,
placeholderColor,
comet
} from 'src/styling/variables'
const { label1 } = typographyStyles
@ -25,6 +27,9 @@ export default {
secondSide: {
marginTop: -29
},
error: {
color: errorColor
},
coinTotal: {
margin: `${spacer * 1.5}px 0`
},
@ -51,7 +56,11 @@ export default {
extend: label1,
margin: 2
},
inactiveItem: {
color: comet
},
firstItem: {
fontWeight: 700,
margin: 2
},
total: {