updated defaults

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-01-12 16:11:18 -06:00
parent 0f8a564bc5
commit 5b19ade483

View File

@ -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