Skip to content

Commit 447411d

Browse files
committed
Use quaternarySystemFill for light scheme
1 parent 126be63 commit 447411d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardPromptsCardCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private extension DashboardPromptsCardCell {
362362
static let frameIconImage = UIImage(named: "icon-lightbulb-outline")?.resizedImage(Constants.cardIconSize, interpolationQuality: .default)
363363
static var avatarPlaceholderImage: UIImage {
364364
// this needs to be computed so the color is correct depending on the user interface style.
365-
return UIImage(color: .systemGray4)
365+
return UIImage(color: .init(light: .quaternarySystemFill, dark: .systemGray4))
366366
}
367367
static let promptContentFont = WPStyleGuide.serifFontForTextStyle(.headline, fontWeight: .semibold)
368368
static let answerInfoLabelFont = WPStyleGuide.fontForTextStyle(.caption1)

0 commit comments

Comments
 (0)