mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 04:29:29 +00:00
fix: deprecated properties
This commit is contained in:
parent
fe003de180
commit
f645341a87
3 changed files with 15 additions and 4 deletions
|
|
@ -1,2 +1,9 @@
|
|||
import 'dart:ui';
|
||||
|
||||
export 'dark.dart';
|
||||
export 'light.dart';
|
||||
|
||||
|
||||
// brand color rgb(49, 27, 146) rgb(96, 76, 236)
|
||||
const brandColor = Color(0xFF311B92);
|
||||
const brandColorLight = Color(0xFF604CEC);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue