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:
parent
791d276f9d
commit
e1730d85c5
@ -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%)'
|
||||||
|
Loading…
Reference in New Issue
Block a user