Start to update stuff
This commit is contained in:
parent
110b2d150c
commit
399d884681
18 changed files with 217 additions and 240 deletions
5
client/lib/Constants.dart
Normal file
5
client/lib/Constants.dart
Normal file
|
@ -0,0 +1,5 @@
|
|||
import 'dart:ui';
|
||||
|
||||
class Constants {
|
||||
static const TITLEBAR_COLOR = Color.fromARGB(255, 97, 0, 0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue