diff --git a/lib/common/widgets/text_logo.dart b/lib/common/widgets/text_logo.dart index fd882c6..aec610b 100644 --- a/lib/common/widgets/text_logo.dart +++ b/lib/common/widgets/text_logo.dart @@ -10,7 +10,7 @@ class TextLogo extends StatelessWidget { style: TTextStyles.normal(fontSize: 24, color: TColors.water_melon), ), TextSpan( - text: 'et', + text: 'ET', style: TTextStyles.normal(fontSize: 24, color: TColors.scarlet_gum), ), ]),