-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tw 1846 update style of image picker (#2167)
- Loading branch information
1 parent
4185a21
commit 13d7c2f
Showing
9 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
import 'package:flutter/material.dart'; | ||
import 'package:linagora_design_flutter/colors/linagora_sys_colors.dart'; | ||
|
||
class ChatActionsStyle { | ||
static const Color colorBackgroundGalleryBottom = Color(0xFFFFAB00); | ||
static const Color colorBackgroundGalleryBottom = Colors.transparent; | ||
static const Color colorBackgroundDocumentBottom = Color(0xFFEDE7F6); | ||
static const Color colorBackgroundLocationBottom = Color(0xFFE0F2F1); | ||
static const Color colorBackgroundContactBottom = Color(0xFFFCE4EC); | ||
|
||
static const Color colorGalleryIcon = Color(0xFFFFFFFF); | ||
static const Color colorDocumentIcon = Color(0xFF7C4DFF); | ||
static Color colorGalleryIcon = LinagoraSysColors.material().primary; | ||
static Color colorDocumentIcon = LinagoraSysColors.material().tertiary; | ||
static const Color colorLocationIcon = Color(0xFF00BFA5); | ||
static const Color colorContactIcon = Color(0xFF880E4F); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1779,7 +1779,7 @@ packages: | |
description: | ||
path: "." | ||
ref: master | ||
resolved-ref: f5e0f2d0f9450dda58c72233f72fb48cf7d2769b | ||
resolved-ref: "730692596f54708fab806f54912e3cbecb027825" | ||
url: "[email protected]:linagora/linagora-design-flutter.git" | ||
source: git | ||
version: "0.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ dependencies: | |
git: | ||
url: [email protected]:linagora/linagora-design-flutter.git | ||
ref: master | ||
|
||
flutter_matrix_html: | ||
git: | ||
url: https://github.com/linagora/flutter_matrix_html.git | ||
|