impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
18 stars 3 forks source link

refactor: extend default Tailwind theme #183

Open daniel-mader opened 5 months ago

daniel-mader commented 5 months ago

Description

Styles used repetitively across the entire app (such as text-[13px]/[24px] font-medium) could extend the Tailwind theme in tailwind.config.js and be used more easily in the components and pages (see documentation).

Motivation

Make use of styling defaults that need to look the same across the entire app.

Requirements

  1. make text-[13px]/[24px] font-medium a typography default (possibly overwrite alias: text-sm?)

Open Questions

No response

Are you planning to contribute this in a PR?

Yes