mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
Changed the bg color and checkbox color
This commit is contained in:
parent
ee42005d87
commit
8958d96f26
@ -74,7 +74,7 @@ export default {
|
||||
return {
|
||||
offBorderColor: 'rgba(17, 43, 66, 0.201322)',
|
||||
offColor: '#FFFFFF',
|
||||
color: '#2490EF'
|
||||
color: '#A1ABB4'
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
@ -22,7 +22,7 @@
|
||||
class="w-40 ml-2 first:ml-0"
|
||||
:class="
|
||||
df.fieldtype === 'Check' &&
|
||||
'flex justify-start items-center px-2 rounded'
|
||||
'flex justify-between items-center bg-gray-100 px-2 rounded'
|
||||
"
|
||||
v-for="df in report.filterFields"
|
||||
:key="df.fieldname"
|
||||
|
Loading…
Reference in New Issue
Block a user