mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-04-19 03:22:54 +00:00
6 lines
172 B
Dart
6 lines
172 B
Dart
import 'dart:ui';
|
|
|
|
class DefaultColors {
|
|
static const messageSelf = Color.fromARGB(255, 58, 136, 102);
|
|
static const messageOther = Color.fromARGB(233, 68, 137, 255);
|
|
}
|