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