diff --git a/WordPress-Aztec-iOS.podspec b/WordPress-Aztec-iOS.podspec index f650d0e20..2b56b742a 100644 --- a/WordPress-Aztec-iOS.podspec +++ b/WordPress-Aztec-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Aztec-iOS' - s.version = '1.10.0' + s.version = '1.10.1' s.summary = 'The native HTML Editor.' # This description is used to generate tags and improve search results. diff --git a/WordPress-Editor-iOS.podspec b/WordPress-Editor-iOS.podspec index 017568238..33cdc4e8b 100644 --- a/WordPress-Editor-iOS.podspec +++ b/WordPress-Editor-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Editor-iOS' - s.version = '1.10.0' + s.version = '1.10.1' s.summary = 'The WordPress HTML Editor.' # This description is used to generate tags and improve search results. diff --git a/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift b/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift index 5ba9c9a7e..1c2178e07 100644 --- a/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift +++ b/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift @@ -58,7 +58,7 @@ public class OptionsTablePresenter: NSObject { optionsViewController.popoverPresentationController?.permittedArrowDirections = [.down] optionsViewController.popoverPresentationController?.sourceView = barItem optionsViewController.popoverPresentationController?.sourceRect = barItem.bounds - optionsViewController.popoverPresentationController?.backgroundColor = .white + optionsViewController.popoverPresentationController?.backgroundColor = optionsViewController.cellBackgroundColor optionsViewController.popoverPresentationController?.delegate = self presentingViewController.present(optionsViewController, animated: true, completion: completion)