mirror of
https://github.com/frappe/books.git
synced 2024-11-14 01:14:03 +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 {
|
return {
|
||||||
offBorderColor: 'rgba(17, 43, 66, 0.201322)',
|
offBorderColor: 'rgba(17, 43, 66, 0.201322)',
|
||||||
offColor: '#FFFFFF',
|
offColor: '#FFFFFF',
|
||||||
color: '#2490EF'
|
color: '#A1ABB4'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
class="w-40 ml-2 first:ml-0"
|
class="w-40 ml-2 first:ml-0"
|
||||||
:class="
|
:class="
|
||||||
df.fieldtype === 'Check' &&
|
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"
|
v-for="df in report.filterFields"
|
||||||
:key="df.fieldname"
|
:key="df.fieldname"
|
||||||
|
Loading…
Reference in New Issue
Block a user