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 d5c8a4f commit 88ed71aCopy full SHA for 88ed71a
Sources/SkeletonUI/Enumerations/AppearanceType.swift
@@ -8,7 +8,7 @@ public enum GradientType: Equatable {
8
9
public struct SkeletonColor {
10
public static var primary: Color {
11
- #if os(iOS)
+ #if os(iOS) || os(visionOS)
12
return Color(.systemGray4)
13
#elseif os(tvOS)
14
return Color(.tertiaryLabel)
@@ -20,7 +20,7 @@ public struct SkeletonColor {
20
}
21
22
public static var background: Color {
23
24
return Color(.systemGray6)
25
26
return Color(.secondaryLabel)
0 commit comments