Skip to content

Commit

Permalink
fix: Update illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed Aug 29, 2023
1 parent 40a250e commit 4f8dfb6
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 112 deletions.
2 changes: 1 addition & 1 deletion MailCore/Models/Settings/AccentColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public enum AccentColor: String, CaseIterable, SettingsOptionEnum {
case .pink:
return MailResourcesAsset.createAccountPink
case .blue:
return MailResourcesAsset.createAccountPink // TODO: change when blue version is available
return MailResourcesAsset.createAccountBlue
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"images" : [
{
"filename" : "create-account-blue.svg",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "Group 51495-3.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "create-account-pink.svg",
"filename" : "Group 51495.svg",
"idiom" : "universal"
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4f8dfb6

Please sign in to comment.