mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
Update tip colors
This commit is contained in:
committed by
MargeBot
parent
c0cc9257d5
commit
d9c539990a
@@ -28,9 +28,9 @@ struct WhatsNewTipStyle: TipViewStyle {
|
||||
image
|
||||
.resizable()
|
||||
.square(size: 20)
|
||||
.foregroundStyle(DS.Color.Icon.accent)
|
||||
.foregroundStyle(DS.Color.Icon.inverted)
|
||||
.padding(DS.Spacing.compact)
|
||||
.background(DS.Color.InteractionBrandWeak.norm)
|
||||
.background(DS.Color.Brand.minus10)
|
||||
.clipShape(RoundedRectangle(cornerRadius: DS.Radius.large))
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ struct WhatsNewTipStyle: TipViewStyle {
|
||||
})
|
||||
}
|
||||
.padding(DS.Spacing.medium)
|
||||
.background(DS.Color.Background.norm)
|
||||
.background(DS.Color.BackgroundInverted.secondary)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user