Commit dbd581b4 authored by tongzifang's avatar tongzifang

add color

parent f3bff3c7
import 'dart:ui';
class CommonColor {
static Color get colorBlack => const Color(0xFF000000);
static Color get colorMainGreen => const Color(0xFF83DF00);
static Color get color33 => const Color(0xFF333333);
static Color get colorF5 => const Color(0xFFF5F5F5);
static Color get colorF8 => const Color(0xFFF8F8F8);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment