feature: add selectButtonShadow color

This commit is contained in:
George Lima 2018-12-19 18:39:46 -03:00
parent 8289af6721
commit 6051113bea
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ const transactionSent = '#FF6C6C';
const transactionReceived = '#6AEAC0';
const transactionsDate = '#777777';
const transactionsItemHovered = '#222222';
const selectButtonShadow = '#EEC94C';
const appTheme = {
mode: DARK,
@ -61,11 +62,14 @@ const appTheme = {
transactionReceived,
transactionsDate,
transactionsItemHovered,
inputBackground: brandOne,
selectButtonShadow,
},
sidebarWidth: '200px',
headerHeight: '60px',
layoutPaddingLeft: '50px',
layoutPaddingRight: '45px',
layoutContentPaddingTop: '20px',
};
export const GlobalStyle = createGlobalStyle`