2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix: Button gradient

This commit is contained in:
Faris Ansari 2019-10-24 16:55:53 +05:30
parent 387b2acab0
commit 4d9e9fc3ea

View File

@ -27,7 +27,7 @@ export default {
padding: this.icon ? '9px 15px' : '6px 24px',
'background-image':
this.type === 'primary'
? 'linear-gradient(180deg, #4AC3F8 0%, #2490EF 100%)'
? 'linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%)'
: 'linear-gradient(180deg, #FFFFFF 0%, #F4F4F6 100%)',
'box-shadow': '0 0.5px 0 0 rgba(0,0,0,0.08)'
};