2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

fix: Secondary button gradient

This commit is contained in:
Faris Ansari 2019-11-22 00:36:57 +05:30
parent bddc6bc6e5
commit b0640930cf

View File

@ -28,7 +28,7 @@ export default {
'background-image':
this.type === 'primary'
? 'linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%)'
: 'linear-gradient(180deg, #FFFFFF 0%, #F4F4F6 100%)'
: 'linear-gradient(180deg, #F9F9FA 0%, #F4F4F6 100%)'
};
}
}