From fd31c5580362df7f6e91642f87571424b65393da Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Nov 2024 16:25:32 +0000 Subject: [PATCH] fix(UX-1316): Update macro desciption --- lib/src/theme/color_swatch.dart | 8 +++++++- lib/src/theme/colors_base.dart | 7 +------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/src/theme/color_swatch.dart b/lib/src/theme/color_swatch.dart index 25b247f3..529ecf8b 100644 --- a/lib/src/theme/color_swatch.dart +++ b/lib/src/theme/color_swatch.dart @@ -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 with EquatableMixin { diff --git a/lib/src/theme/colors_base.dart b/lib/src/theme/colors_base.dart index 96402a2e..b8918412 100644 --- a/lib/src/theme/colors_base.dart +++ b/lib/src/theme/colors_base.dart @@ -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: {