Skip to content

Commit

Permalink
Update Color.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Mar 7, 2024
1 parent 029942b commit 288206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HybridColor/Color.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension Color {
* It returns a dynamic color that automatically adjusts to the current interface style.
* - Note: Works for iOS and macOS
* ## Examples:
* let dynamicColor = Color(light: .black, dark: .white)
* let color: Color = .init(light: .black, dark: .white)
* - Parameters:
* - light: The color to be used in light mode.
* - dark: The color to be used in dark mode.
Expand Down

0 comments on commit 288206f

Please sign in to comment.