Commit 6560e26b authored by Dasun Madushanka's avatar Dasun Madushanka

Update constants.dart

parent a8eaadc7
import 'package:flutter/material.dart';
// list of colors that we use in our app
// list of colors that we use in CIAT app
const kBackgroundColor = Color(0xFFF1EFF1);
const kPrimaryColor = Color(0xFF035AA6);
const kSecondaryColor = Color(0xFFFFA41B);
......
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