Fix typo in constant names
This commit is contained in:
parent
486318acac
commit
f37af74687
6 changed files with 145 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue