Commit d98a9848 authored by Dio Maulana's avatar Dio Maulana

add more color

parent e04f8a39
...@@ -3,6 +3,7 @@ import 'package:flutter/material.dart'; ...@@ -3,6 +3,7 @@ import 'package:flutter/material.dart';
class ColorManager { class ColorManager {
static Color backgroundColor = Colors.white; static Color backgroundColor = Colors.white;
static Color primary = const Color(0xff722570); static Color primary = const Color(0xff722570);
static Color pink = const Color(0xffD997DF);
static Color link = const Color(0xff1868AB); static Color link = const Color(0xff1868AB);
static Color grey = const Color(0xff595959); static Color grey = const Color(0xff595959);
} }
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