mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: Secondary button gradient
This commit is contained in:
parent
bddc6bc6e5
commit
b0640930cf
@ -28,7 +28,7 @@ export default {
|
|||||||
'background-image':
|
'background-image':
|
||||||
this.type === 'primary'
|
this.type === 'primary'
|
||||||
? 'linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%)'
|
? 'linear-gradient(180deg, #2C9AF1 0%, #2490EF 100%)'
|
||||||
: 'linear-gradient(180deg, #FFFFFF 0%, #F4F4F6 100%)'
|
: 'linear-gradient(180deg, #F9F9FA 0%, #F4F4F6 100%)'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user