overall commit

This commit is contained in:
joshikannan
2026-05-10 08:03:41 +05:30
parent d73c714290
commit f38853bec1
17 changed files with 3061 additions and 829 deletions

View File

@@ -0,0 +1,3 @@
export const getValueColor = (value) => {
return Number(value) !== 0 ? 'red' : 'inherit';
};