Skip to content

Commit

Permalink
Removed unused colors
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Mar 19, 2024
1 parent 389e763 commit 940c52a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 209 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions Widgets/ColorExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ import SwiftUI

extension Color {

static let widgetBackground = Color("WidgetBackgroundColor")
static let widgetFavoritesBackground = Color("WidgetFavoritesBackgroundColor")
static let widgetSearchFieldBackground = Color("WidgetSearchFieldBackgroundColor")
static let widgetSearchFieldText = Color("WidgetSearchFieldTextColor")
static let widgetFavoriteLetter = Color("WidgetFavoriteLetterColor")
static let widgetAddFavoriteCTA = Color(.cornflowerBlue)
static let widgetAddFavoriteMessage = Color("WidgetAddFavoriteMessageColor")

static func forDomain(_ domain: String) -> Color {
return Color(UIColor.forDomain(domain))
Expand Down

0 comments on commit 940c52a

Please sign in to comment.