mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
Updating border and main background color
This commit is contained in:
parent
e382be763a
commit
e75dae5182
@ -4,7 +4,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: $xl;
|
padding: $xl;
|
||||||
background-color: #f1f1f1;
|
background-color: #F2F2F8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// @flow
|
// @flow
|
||||||
const border = '#E7EAF1'
|
const border = '#e4e8f1'
|
||||||
const primary = '#1798cc'
|
const primary = '#1798cc'
|
||||||
const secondary = '#13222b'
|
const secondary = '#13222b'
|
||||||
const tertiary = '#f6f9fc'
|
const tertiary = '#f6f9fc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user