Updating border and main background color
This commit is contained in:
parent
e382be763a
commit
e75dae5182
|
@ -4,7 +4,7 @@
|
|||
width: 100%;
|
||||
flex-direction: column;
|
||||
padding: $xl;
|
||||
background-color: #f1f1f1;
|
||||
background-color: #F2F2F8;
|
||||
}
|
||||
|
||||
.center {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// @flow
|
||||
const border = '#E7EAF1'
|
||||
const border = '#e4e8f1'
|
||||
const primary = '#1798cc'
|
||||
const secondary = '#13222b'
|
||||
const tertiary = '#f6f9fc'
|
||||
|
|
Loading…
Reference in New Issue