We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295e8e3 commit 561df30Copy full SHA for 561df30
Sources/Theming/Theme.swift
@@ -13,11 +13,12 @@ import SwiftUI
13
/// different platforms that you support. Especially since not all color variations are availble on all platforms:
14
///
15
/// ```swift
16
+/// // MARK: - Available Themes
17
/// extension Theme {
18
/// static let `default`: Theme = .createDefaultTheme()
19
/// }
20
-/// MARK: - Theme creation
21
+/// // MARK: - Theme creation
22
23
/// private static func createDefaultTheme() -> Theme {
24
/// let colors: Theme.ColorMap
0 commit comments