Skip to content

Commit

Permalink
Revert old Dax icon for old onboarding (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron authored Jul 16, 2024
1 parent dcf747c commit c40d294
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "DaxLogo.pdf",
"filename" : "new_dax_dialogs.pdf",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "DaxLogo.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ struct DaxDialogView<Content: View>: View {
}

private var daxLogo: some View {
Image(.daxIcon)
Image(.daxIconExperiment)
.resizable()
.matchedGeometryEffect(id: matchLogoAnimation.id, in: matchLogoAnimation.namespace)
.aspectRatio(contentMode: .fill)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extension OnboardingView {
let iconSize = Metrics.iconSize.build(v: verticalSizeClass, h: horizontalSizeClass)

return VStack(alignment: .center, spacing: Metrics.welcomeMessageStackSpacing.build(v: verticalSizeClass, h: horizontalSizeClass)) {
Image(.daxIcon)
Image(.daxIconExperiment)
.resizable()
.matchedGeometryEffect(id: OnboardingView.daxGeometryEffectID, in: animationNamespace)
.frame(width: iconSize.width, height: iconSize.height)
Expand Down

0 comments on commit c40d294

Please sign in to comment.