2
0
mirror of https://github.com/frappe/books.git synced 2025-01-11 10:38:14 +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() { style() {
return { return {
padding: this.icon ? '6px 12px' : '6px 24px', padding: this.icon ? '6px 12px' : '6px 24px',
color: this.type === 'primary' ? '#fff' : '#000', color: this.type === 'primary' ? '#fff' : '#112B42',
'background-image': 'background-image':
this.type === 'primary' this.type === 'primary'
? 'linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%)' ? 'linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%)'