Add new asset and client management dialogs, update font dependencies, and enhance CSS styles
- Introduced AddAssetDialog, AddClientDialog, AddExpenseDialog, AddIncomeDialog, AddLiabilityDialog, and AddTransactionDialog components for improved asset and client management. - Added support for new font sources: 'Funnel Sans' and 'Inter'. - Updated CSS variables for better theming and adjusted font settings for improved readability. - Refactored main entry point to include new font imports and ensure consistent styling across the application.
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/funnel-sans": "^5.2.8",
|
||||
"@fontsource-variable/geist": "^5.2.8",
|
||||
"@fontsource-variable/inter": "^5.2.8",
|
||||
"@fontsource-variable/oxanium": "^5.2.8",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-label": "^2.1.8",
|
||||
|
||||
Reference in New Issue
Block a user