Skip to content

Commit

Permalink
ADD: some Color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercen-Lee committed Oct 16, 2023
1 parent 8e6f524 commit f5a7513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/OpenTDS/Foundation/Color/TossColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public enum TossColor {

extension TossColor {

public static let homeBackground: Color = dynamicColor("#F3F4F6", dark: "#101013")
public static let tabViewButtonIcon: Color = dynamicColor("#B1B8C0", dark: "#62626D")
public static let tabViewButtonLabel: Color = dynamicColor("#6D7582", dark: "#9E9EA4")
public static let background: Color = dynamicColor("#FFFFFF", dark: "#17171C")
Expand Down

0 comments on commit f5a7513

Please sign in to comment.