Skip to content

Commit

Permalink
Update ColorPickerConfiguration.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
noppefoxwolf committed Mar 19, 2022
1 parent bc2e124 commit 0c353a2
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 UIKit

public struct ColorPickerConfiguration {
public class ColorPickerConfiguration {
public static let `default`: ColorPickerConfiguration = .init()

public var initialColor: UIColor = .white
Expand Down

0 comments on commit 0c353a2

Please sign in to comment.