lnd-demo-app/wallet/Utils/Dimens.swift

24 lines
488 B
Swift
Raw Normal View History

2023-06-08 06:36:06 +00:00
//
// Dimens.swift
// wallet
//
// Created by Jason on 8/27/20.
// Copyright © 2020 Jason. All rights reserved.
//
import Foundation
struct Dimens {
public static let tall = 72
public static let button = 56
public static let bar = 88
public static let minButtonWidth = 140
public static let chip = 44
public static let titleText = 20
public static let normalText = 16
public static let mediumMargin = 16
public static let shadow = 2
}