Skip to content

Commit

Permalink
fix(UX-1316): Update macro desciption
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2024
1 parent 808621b commit fd31c55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion lib/src/theme/color_swatch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ import 'color_extensions.dart';
import 'colors_base.dart';
import 'contrast.dart';

/// A swatch of colors with values from 10 (light) to 100 (dark).
/// {@template zeta-color-swatch}
/// A swatch of colors with values from 10 (light) to 100 (dark).
///
/// See also:
/// * [MaterialColor].
/// {@endtemplate}
///
/// {@category Theme}
@immutable
class ZetaColorSwatch extends ColorSwatch<int> with EquatableMixin {
Expand Down
7 changes: 1 addition & 6 deletions lib/src/theme/colors_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ abstract final class ZetaColorBase {

/// Pure
///
/// {@template zeta-color-swatch}
/// Contains shades from 10 (light) to 100 (dark).
///
/// See also:
/// * [ZetaColorSwatch].
/// {@endtemplate}
/// {@macro zeta-color-swatch}
static const ZetaColorSwatch pure = ZetaColorSwatch(
primary: 0xFF151519,
swatch: {
Expand Down

0 comments on commit fd31c55

Please sign in to comment.