Skip to content

[Bug] Inconsistent font being used in wallet ui #344

@sasuke0787

Description

@sasuke0787

🐛 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

  1. Open the Carpe wallet application
  2. Navigate to the accounts list page and note the font styling
  3. Navigate to the transactions hub
  4. 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:

  1. Identifying the font-family, font-size, and other typography settings used in the accounts list
  2. Applying these same settings consistently across all pages
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions