Skip to content

Commit

Permalink
Merge pull request #550 from Automattic/task/500-fixes
Browse files Browse the repository at this point in the history
Onboarding: Fixes some image assets
  • Loading branch information
emilylaguna authored Nov 30, 2022
2 parents ecdd7a9 + 6023c0f commit a47d377
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 25 deletions.
1 change: 1 addition & 0 deletions podcasts/End of Year/Stories/MDCSwiftUIWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ extension UIViewController {
bottomSheet.setShapeGenerator(shapeGenerator, for: .closed)
bottomSheet.isScrimAccessibilityElement = true
bottomSheet.scrimAccessibilityLabel = L10n.accessibilityDismiss
bottomSheet.ignoreKeyboardHeight = true

viewController.present(bottomSheet, animated: true, completion: nil)
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "icon-plus-button-selected.svg",
"filename" : "icon-plus-button-selected.pdf",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "confetti-plus.svg",
"filename" : "confetti-plus.pdf",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.

This file was deleted.

0 comments on commit a47d377

Please sign in to comment.