Skip to content

Commit

Permalink
make Color extension public
Browse files Browse the repository at this point in the history
🤦‍♂️
  • Loading branch information
stonko1994 committed May 23, 2023
1 parent 8764b42 commit 0ee67cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SwiftUIX

extension Color {
public extension Color {
init(light: Color, dark: Color) {
self.init("CustomColor", bundle: nil)

Expand Down

0 comments on commit 0ee67cd

Please sign in to comment.