Update tip colors

This commit is contained in:
Maciej Gomółka
2025-11-25 16:53:07 +01:00
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)
}
}