Skip to content

Commit

Permalink
Swift - Update visibility of errorPalette to be public.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671651366
  • Loading branch information
Material Eng authored and copybara-github committed Sep 6, 2024
1 parent e42b2e4 commit 29e15b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class DynamicScheme: Equatable, Hashable {
public let neutralVariantPalette: TonalPalette

/// Given a tone, produces a reddish, colorful, color.
let errorPalette: TonalPalette
public let errorPalette: TonalPalette

public init(
sourceColorHct: Hct, variant: Variant, isDark: Bool,
Expand Down

0 comments on commit 29e15b3

Please sign in to comment.