fix: pre release screen fixes
This commit is contained in:
parent
1bcc87757b
commit
5dd8501a17
98 changed files with 1569 additions and 1149 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue