mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +00:00
Adjust neon dark secondary color
This commit is contained in:
parent
45704e6d0d
commit
dc5d15a455
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public struct IceCubeNeonDark: ColorSet {
|
|||
public var scheme: ColorScheme = .dark
|
||||
public var tintColor: Color = .init(red: 213 / 255, green: 46 / 255, blue: 245 / 255)
|
||||
public var primaryBackgroundColor: Color = .black
|
||||
public var secondaryBackgroundColor: Color = .init(red: 0 / 255, green: 0 / 255, blue: 21 / 255)
|
||||
public var secondaryBackgroundColor: Color = .init(red: 19 / 255, green: 0 / 255, blue: 32 / 255)
|
||||
public var labelColor: Color = .white
|
||||
|
||||
public init() {}
|
||||
|
|
Loading…
Reference in a new issue