Fix typo in constant names

This commit is contained in:
zontreck 2024-05-15 19:52:12 -07:00
parent 486318acac
commit f37af74687
6 changed files with 145 additions and 4 deletions

View file

@ -6,6 +6,7 @@ import 'package:zontreck/Settings.dart';
class Constants {
static const TITLEBAR_COLOR = Color.fromARGB(255, 97, 0, 0);
static const DRAWER_COLOR = Color.fromARGB(148, 0, 97, 97);
static const PORTFOLIO_CARD_COLOR = Color.fromARGB(255, 0, 71, 97);
static const VERSION = "1.0.051524.1622";
static const COPYRIGHT = "Copyright 2024 - Tara Piccari. All rights Reserved";