// KeyboardChromeLayout.swift // OSGKeyboard ยท Shared // // Cross-surface dimensions that must stay identical in voice and typing modes. import CoreGraphics public enum KeyboardChromeLayout { public static let totalHeight: CGFloat = 281 public static let actionKeyHeight: CGFloat = 50 public static let actionKeyCornerRadius: CGFloat = 10 public static let horizontalInset: CGFloat = 8 }