-
+
+
+
+
Good morning, {user?.first_name || 'friend'}
+
+
+
+ Total balance
+
+
+
+
+
+
+
+
+ Assets
+
+
+
-
*/}
);
};
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 13307db2..c8e3cd46 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -9,6 +9,7 @@ export default {
mode: 'jit',
content: [
'./src/pages/**/*.{js,ts,jsx,tsx,mdx}',
+ './src/screens/**/*.{js,ts,jsx,tsx,mdx}',
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}',
],
diff --git a/tw-config-consts/font-sizes.ts b/tw-config-consts/font-sizes.ts
index 0f03e78c..4a1052da 100644
--- a/tw-config-consts/font-sizes.ts
+++ b/tw-config-consts/font-sizes.ts
@@ -2,20 +2,18 @@ import type { Config } from 'tailwindcss';
const fontSizes: Required
['theme']['fontSize'] = {
// EXTRA BOLD
- 'large-title': ['1.625rem', { lineHeight: '2rem', letterSpacing: '-0.02em', fontWeight: 700 }],
+ 'large-title': ['2.5rem', { lineHeight: '2.5rem', letterSpacing: '-0.5px', fontWeight: 700 }],
title: ['1.25rem', { lineHeight: '1.375rem', letterSpacing: '-0.013em', fontWeight: 700 }],
'medium-title': ['1.0625rem', { lineHeight: '1.5rem', letterSpacing: '-0.016em', fontWeight: 700 }],
- 'small-title': ['0.875rem', { lineHeight: '1.125rem', letterSpacing: '-0.013em', fontWeight: 700 }],
-
// SEMI BOLD
caption: ['1rem', { lineHeight: '1.5rem', letterSpacing: '-0.02px', fontWeight: 600 }],
+ footnote: ['0.8125rem', { lineHeight: '1.25rem', letterSpacing: '-0.01em', fontWeight: 600 }],
'button-large': ['0.875rem', { lineHeight: '1.125rem', letterSpacing: '-0.01em', fontWeight: 600 }],
'button-small': ['0.75rem', { lineHeight: '1.125rem', letterSpacing: '-0.01em', fontWeight: 600 }],
// MEDIUM
headline: ['0.9375rem', { lineHeight: '1.375rem', letterSpacing: '-0.01em', fontWeight: 500 }],
body: ['0.875rem', { lineHeight: '1.25rem', letterSpacing: '-0.154px', fontWeight: 500 }],
- footnote: ['0.75rem', { lineHeight: '1.125rem', letterSpacing: '-0.01em', fontWeight: 500 }],
'help-text': ['0.625rem', { lineHeight: '0.875rem', letterSpacing: '-0.01em', fontWeight: 500 }],
};
diff --git a/yarn.lock b/yarn.lock
index 2140372d..5ccb0c51 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2822,7 +2822,7 @@
lodash "^4.17.15"
redent "^3.0.0"
-"@testing-library/react@^14.0.0":
+"@testing-library/react@^14.1.2":
version "14.1.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32"
integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==
@@ -3450,6 +3450,11 @@ big-integer@^1.6.44:
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85"
integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==
+bignumber.js@^9.1.2:
+ version "9.1.2"
+ resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
+ integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==
+
binary-extensions@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"