updated defaults
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
0f8a564bc5
commit
5b19ade483
@ -11,7 +11,7 @@ import UIKit
|
||||
public struct TiletDescriptiveIcon: Codable {
|
||||
public var name: IconName = .multipleDocuments
|
||||
public var size: IconSize = .medium
|
||||
public var surface: Surface = .light
|
||||
public var surface: Surface = .dark
|
||||
|
||||
public init(name: IconName = .multipleDocuments, size: IconSize, surface: Surface) {
|
||||
self.name = name
|
||||
@ -22,7 +22,7 @@ public struct TiletDescriptiveIcon: Codable {
|
||||
|
||||
public struct TiletDirectionalIcon: Codable {
|
||||
public var size: IconSize = .medium
|
||||
public var surface: Surface = .light
|
||||
public var surface: Surface = .dark
|
||||
|
||||
public init(size: IconSize, surface: Surface) {
|
||||
self.size = size
|
||||
|
||||
Loading…
Reference in New Issue
Block a user