Skip to content

Commit

Permalink
Merge pull request #18320 from wordpress-mobile/feature/18176-lightbu…
Browse files Browse the repository at this point in the history
…lb_icon

Blogging Prompts Feature Introduction: update lightbulb icon
  • Loading branch information
ScoutHarris authored Apr 8, 2022
2 parents 58258fe + e72e2fa commit ff18d7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class BloggingPromptsFeatureIntroduction: FeatureIntroductionViewController {
return featureDescriptionView
}()

let headerImage = UIImage(systemName: Style.headerImageName)?
let headerImage = UIImage(named: Style.headerImageName)?
.withTintColor(Style.headerImageTintColor)
.withRenderingMode(.alwaysOriginal)

super.init(headerTitle: Strings.headerTitle,
headerSubtitle: Strings.headerSubtitle,
Expand Down Expand Up @@ -60,7 +59,7 @@ private extension BloggingPromptsFeatureIntroduction {
}

enum Style {
static let headerImageName = "lightbulb"
static let headerImageName = "icon-lightbulb-outline"
static let headerImageTintColor: UIColor = .orange // TODO: use gradient colors
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "icon-lightbulb-outline.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

0 comments on commit ff18d7d

Please sign in to comment.