From 8cb666b345083717d57b84c77558ff8dcf9644ee Mon Sep 17 00:00:00 2001 From: IagoAntunes Date: Tue, 19 Sep 2023 15:31:11 -0300 Subject: [PATCH] test --- lib/core/styles/colors.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/styles/colors.dart b/lib/core/styles/colors.dart index 5b8077d..180ab59 100644 --- a/lib/core/styles/colors.dart +++ b/lib/core/styles/colors.dart @@ -1,7 +1,7 @@ import 'package:flutter/material.dart'; class AppColors { - //ProductTeste + //ProductTesteTeste static const Color purpleNormal = Color(0xff8860E6); static const Color purpleDark = Color(0xff5B409B);