🐛 Bug Report
Description
The UI has inconsistent font styling across different pages in the application. Specifically, the transactions hub has a different font style/size compared to other pages like the accounts list page. This creates a disjointed user experience as users navigate between different sections of the app.
Current Behavior
- Different font styles/sizes between the transactions hub and other pages
- Inconsistent text appearance disrupts visual continuity
- The accounts list page uses the correct/intended font styling
Expected Behavior
- Consistent font styling throughout the entire application
- All pages should use the same font style/size as the accounts list page
- Uniform text appearance across all UI components
Steps to Reproduce
- Open the Carpe wallet application
- Navigate to the accounts list page and note the font styling
- Navigate to the transactions hub
- Compare the font appearance - notice the inconsistency in styling
Environment
- OS: macOS/Windows/Linux
- Carpe version: v1.1.0
Possible Solution
Update the CSS styling in the transactions hub and any other affected pages to match the font settings used in the accounts list page. This likely involves:
- Identifying the font-family, font-size, and other typography settings used in the accounts list
- Applying these same settings consistently across all pages
- Potentially moving typography definitions to a shared stylesheet to ensure consistency
Additional Context
- This issue is purely visual but affects the perceived quality and polish of the application
- The accounts list page should be used as the reference for the correct font styling
🐛 Bug Report
Description
The UI has inconsistent font styling across different pages in the application. Specifically, the transactions hub has a different font style/size compared to other pages like the accounts list page. This creates a disjointed user experience as users navigate between different sections of the app.
Current Behavior
Expected Behavior
Steps to Reproduce
Environment
Possible Solution
Update the CSS styling in the transactions hub and any other affected pages to match the font settings used in the accounts list page. This likely involves:
Additional Context