Skip to content

Commit

Permalink
Contrast in Light Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mountrcg committed Nov 29, 2023
1 parent 5a7b113 commit 62f1ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"colors" : [
{
"color" : {
"color-space" : "srgb",
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "0.271",
"green" : "0.757",
"red" : "1.000"
"blue" : "0.289",
"green" : "0.591",
"red" : "0.745"
}
},
"idiom" : "universal"
Expand Down
2 changes: 1 addition & 1 deletion FreeAPS/Sources/Modules/Home/View/HomeRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ extension Home {
.frame(width: 30, height: 30)
.padding(8)
}
.foregroundColor(.loopGray)
.foregroundColor(colorScheme == .dark ? .loopGray : Color.primary)
.buttonStyle(.borderless)
}
.padding(.horizontal, 24)
Expand Down

0 comments on commit 62f1ce9

Please sign in to comment.