Updating border and main background color

This commit is contained in:
apanizo 2018-08-30 13:16:50 +02:00
parent e382be763a
commit e75dae5182
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
width: 100%;
flex-direction: column;
padding: $xl;
background-color: #f1f1f1;
background-color: #F2F2F8;
}
.center {

View File

@ -1,5 +1,5 @@
// @flow
const border = '#E7EAF1'
const border = '#e4e8f1'
const primary = '#1798cc'
const secondary = '#13222b'
const tertiary = '#f6f9fc'