alpha-wallet-ios icon indicating copy to clipboard operation
alpha-wallet-ios copied to clipboard

Update table section headers with the new font

Open colourfreak opened this issue 3 years ago • 4 comments
trafficstars

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

colourfreak avatar Jun 06 '22 09:06 colourfreak

@colourfreak Just to be sure. This isn't about separators right? It's to change the font used for the word "System" in the screenshot above to weight=bold?

hboon avatar Jun 07 '22 06:06 hboon

@colourfreak Just to be sure. This isn't about separators right? It's to change the font used for the word "System" in the screenshot above to weight=bold?

I am talking about these screens 2022-06-07 08 39 03 2022-06-07 08 39 14 2022-06-07 08 39 21 2022-06-07 08 40 17

colourfreak avatar Jun 07 '22 07:06 colourfreak

@colourfreak got it. Thanks!

hboon avatar Jun 07 '22 07:06 hboon

Out of phase 1

hboon avatar Jun 19 '22 05:06 hboon