Fix dark secondary color

This commit is contained in:
Thomas Ricouard 2023-08-30 09:08:05 +02:00
parent 9cffb7eda2
commit f21eaea3bd

View file

@ -160,7 +160,7 @@ public struct ConstellationDark: ColorSet {
public var scheme: ColorScheme = .dark
public var tintColor: Color = .init(hex: 0xFFD966)
public var primaryBackgroundColor: Color = .init(hex: 0x09192C)
public var secondaryBackgroundColor: Color = .init(hex: 0x00557E)
public var secondaryBackgroundColor: Color = .init(hex: 0x304c7a)
public var labelColor: Color = .init(hex: 0xE2E4E2)
public init() {}