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

fix(ui): fix black of the button

This commit is contained in:
18alantom 2021-12-21 11:50:04 +05:30 committed by Alan
parent 791d276f9d
commit e1730d85c5

View File

@ -30,7 +30,7 @@ export default {
style() {
return {
padding: this.icon ? '6px 12px' : '6px 24px',
color: this.type === 'primary' ? '#fff' : '#000',
color: this.type === 'primary' ? '#fff' : '#112B42',
'background-image':
this.type === 'primary'
? 'linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%)'