Skip to content

Commit ac7617a

Browse files
author
Chip
authored
[Gutenberg] Correct Color for RichText links in Dark Mode - Expose helper method (#1295)
* Expose the color coversion helper for use in subclasses * Revert Podfile version bump * Fix lint error
1 parent 185fef3 commit ac7617a

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

Aztec/Classes/Extensions/UIColor+Parsers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import UIKit
22

3-
extension UIColor {
3+
public extension UIColor {
44

55
/// Creates a color based on a hexString. If the string is not a valid hexColor it return nil
66
/// Example of colors: #FF0000, #00FF0000

WordPress-Aztec-iOS.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ Pod::Spec.new do |s|
4141
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
4242
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
4343
end
44-
45-

WordPress-Editor-iOS.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,3 @@ Pod::Spec.new do |s|
3939

4040
s.dependency "WordPress-Aztec-iOS", s.version.to_s
4141
end
42-
43-

0 commit comments

Comments
 (0)