mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: legend
This commit is contained in:
@@ -16,7 +16,7 @@ const theme: Theme = {
|
||||
secondary: '#443C68',
|
||||
complementary: '#393053',
|
||||
textColor: {
|
||||
primary: '#ddd',
|
||||
primary: '#fff',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
1
packages/client/lib/utils.ts
Normal file
1
packages/client/lib/utils.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const capitalize = (str: string): string => str.charAt(0).toUpperCase() + str.slice(1);
|
||||
Reference in New Issue
Block a user