Skip to content

Commit

Permalink
Merge pull request #5 from duckduckgo/brindy/update-panel-for-dark-mode
Browse files Browse the repository at this point in the history
remove base and update panel color
  • Loading branch information
brindy authored Oct 16, 2023
2 parents 5de78d5 + c34abc3 commit d7ea256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
1 change: 0 additions & 1 deletion Sources/DesignResourcesKit/Color.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public let bundle = Bundle.module
public enum DesignSystemColor: String {
case panel
case background
case base
case surface
case container
case textPrimary
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x22",
"green" : "0x22",
"red" : "0x22"
"blue" : "0x33",
"green" : "0x33",
"red" : "0x33"
}
},
"idiom" : "universal"
Expand Down

0 comments on commit d7ea256

Please sign in to comment.