Implemented an unavailable view for empty transcriptions on the ContentView view in the Sample app target.
This commit is contained in:
@@ -137,7 +137,7 @@ private enum Constant {
|
||||
/// The size constants.
|
||||
enum Size {
|
||||
/// The base width and height of a button's label, before dynamic type scaling.
|
||||
static let button: CGFloat = 16
|
||||
static let button: CGFloat = 32
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user