Replace DesignKit with package from ElementX.

This commit is contained in:
Doug
2022-05-20 18:43:35 +01:00
committed by Doug
parent dcd5fad1b9
commit ad4674c0d4
32 changed files with 81 additions and 1021 deletions
@@ -14,12 +14,12 @@
// limitations under the License.
//
import Foundation
import SwiftUI
import DesignKit
struct DefaultThemeSwiftUI: ThemeSwiftUI {
var identifier: ThemeIdentifier = .light
let isDark: Bool = false
var colors: ColorSwiftUI = LightColors.swiftUI
var fonts: FontSwiftUI = FontSwiftUI(values: ElementFonts())
var colors = Color.element
var fonts = Font.element
}