Skip to content

Commit

Permalink
Merge pull request #1034 from Infomaniak/feedback-sync
Browse files Browse the repository at this point in the history
fix: Feedback sync profile
  • Loading branch information
PhilippeWeidmann committed Oct 9, 2023
2 parents 4918f16 + d6d5543 commit 3f4bea2
Show file tree
Hide file tree
Showing 12 changed files with 112 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ struct SyncInstallProfileTutorialView: View {
step.swiftUIImage
.resizable()
.aspectRatio(contentMode: .fit)
.clipShape(RoundedRectangle(cornerRadius: UIConstants.buttonsRadius))
.padding(.bottom, value: .large)
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "sync-tutorial-5.png",
"filename" : "sync-tutorial-4.png",
"idiom" : "universal"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
10 changes: 10 additions & 0 deletions MailResources/Assets.xcassets/illu-sync.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
{
"filename" : "illu-sync.svg",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "illu-sync-dark.svg",
"idiom" : "universal"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f4bea2

Please sign in to comment.