AlphaWallet / AlphaWallet/alpha-wallet-ios

Update table section headers with the new font

Aperta
#4,801 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Design Phase 2: To consider
Lingua principale
Swift
Stelle
631
Fork
384
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

CircularStd-Bold
15pt

```
let paragraphStyle = NSMutableParagraphStyle()
paragraphStyle.minimumLineHeight = 25
let attributes = [.font: UIFont(name: "CircularStd-Bold", size: 15) as Any,
.paragraphStyle: paragraphStyle,
.foregroundColor: UIColor(red: 0/255.0, green: 0/255.0, blue: 0/255.0, alpha: 1)]
let attrString = NSAttributedString(string:"System", attributes: attributes)
```

https://zpl.io/ykdmKWG
Screenshot 2022-06-06 at 11 49 37

You can find them in

- Settings
- Wallet (network names)
- Activity (dates)
- Transactions

You can select an item in Zeplin to see where is it used:
https://user-images.githubusercontent.com/51817359/172139331-05bbd32e-4c89-493d-8202-0ef0bb992ca1.mov

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.