Skip to content

Commit

Permalink
Merge pull request #11 from Automattic/task/woo-2.0-logo
Browse files Browse the repository at this point in the history
Update Woo logo and color to match the new brand update
  • Loading branch information
hichamboushaba authored Jan 6, 2025
2 parents 31045d6 + 4f4a43e commit 606384a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AutomatticAbout/AutomatticAppLogosCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private class AppLogosScene: SKScene {
}

private let apps: [App] = [
App(color: UIColor(red: 0.49, green: 0.34, blue: 0.64, alpha: 1.00), image: "woo"),
App(color: UIColor(red: 0.72, green: 0.60, blue: 1.00, alpha: 1.00), image: "woo"),
App(color: UIColor(red: 0.00, green: 0.10, blue: 0.21, alpha: 1.00), image: "tumblr"),
App(color: UIColor(red: 0.20, green: 0.38, blue: 0.80, alpha: 1.00), image: "simplenote"),
App(color: UIColor(red: 0.96, green: 0.24, blue: 0.22, alpha: 1.00), image: "pocketcasts"),
Expand Down
Binary file not shown.

0 comments on commit 606384a

Please sign in to comment.