feat(useragent): callouts feature for approving new things
This commit is contained in:
8
useragent/lib/theme/palette.dart
Normal file
8
useragent/lib/theme/palette.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class Palette {
|
||||
static const ink = Color(0xFF15263C);
|
||||
static const coral = Color(0xFFE26254);
|
||||
static const cream = Color(0xFFFFFAF4);
|
||||
static const line = Color(0x1A15263C);
|
||||
}
|
||||
Reference in New Issue
Block a user