modify layout and add function to print error and text translate

This commit is contained in:
paoloGuagnano
2024-03-29 17:17:40 +01:00
parent 4a6fbaf313
commit f9b8434ddf
7 changed files with 71 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
const Color backgroundColor2 = Color(0xFF17203A);
const Color backgroundColor2 = Color(0xFFDF930B);
const Color backgroundColorLight = Color(0xFFF2F6FF);
const Color backgroundColorDark = Color(0xFF25254B);
const Color shadowColorLight = Color(0xFF4A5367);