Skip to content

Commit

Permalink
Merge pull request #117 from Shreya-Bhatia/main
Browse files Browse the repository at this point in the history
Added color pallete
  • Loading branch information
Shreya-Bhatia authored Jun 9, 2024
2 parents bb31f35 + aba890b commit 5cd89e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/new_ui/colors.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import 'dart:ui';

const commonbgblack = Color(0xff18191b);
const cardcolorblue = Color(0xff0077b6);
const cardlightblue = Color(0xff90e0ef);
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
firebase_storage: ^11.0.7
flutter:
sdk: flutter
flutter_linkify: ^5.0.2
flutter_linkify: ^6.0.0
flutter_riverpod: ^1.0.4
get_it: ^7.2.0
# go_router: ^3.1.1
Expand Down

0 comments on commit 5cd89e8

Please sign in to comment.