CKT String|Colors

This commit is contained in:
Carlos Correia
2026-07-15 19:13:15 +01:00
parent 3214a07779
commit a8af2c6845
35 changed files with 1390 additions and 688 deletions

View File

@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import '../colors/app_colors.dart';
/// Notificação em formato de pílula flutuante (fundo branco, texto rosa,
/// cantos totalmente arredondados, com um pequeno "pop" de entrada), usada
@@ -62,7 +63,7 @@ class _AnimatedPill extends StatelessWidget {
message,
textAlign: TextAlign.center,
style: const TextStyle(
color: Color(0xFFFF55A7),
color: AppColors.pink,
fontWeight: FontWeight.w800,
fontSize: 14,
),