Skip to content

Commit

Permalink
Merge branch 'main' into removeXcodeProjects
Browse files Browse the repository at this point in the history
  • Loading branch information
mischreiber authored Aug 12, 2024
2 parents 845e675 + 1c237e3 commit 9ebd97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/FluentUI/DynamicColor/DynamicColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class DynamicColor: NSObject {
@objc public let light: NSColor
@objc public let dark: NSColor

public init(light: NSColor, dark: NSColor) {
@objc public init(light: NSColor, dark: NSColor) {
self.light = light
self.dark = dark
}
Expand Down

0 comments on commit 9ebd97e

Please sign in to comment.