2
0
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:
Piyush Singhania 2022-01-12 12:33:06 +05:30 committed by Alan
parent ee42005d87
commit 8958d96f26
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ export default {
return {
offBorderColor: 'rgba(17, 43, 66, 0.201322)',
offColor: '#FFFFFF',
color: '#2490EF'
color: '#A1ABB4'
};
},
computed: {

View File

@ -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"