Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
base_data_channel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PublicSource
base_data_channel
Commits
f3e97fbb
Commit
f3e97fbb
authored
Jul 25, 2023
by
tongzifang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
2310117a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common_colors.dart
lib/config/common_colors.dart
+1
-1
No files found.
lib/config/common_colors.dart
View file @
f3e97fbb
...
@@ -3,7 +3,7 @@ import 'dart:ui';
...
@@ -3,7 +3,7 @@ import 'dart:ui';
class
CommonColor
{
class
CommonColor
{
static
Color
get
colorBlack
=>
const
Color
(
0xFF000000
);
static
Color
get
colorBlack
=>
const
Color
(
0xFF000000
);
static
Color
get
colorMainGreen
=>
const
Color
(
0xFF
83DF
00
);
static
Color
get
colorMainGreen
=>
const
Color
(
0xFF
25AD
00
);
static
Color
get
color33
=>
const
Color
(
0xFF333333
);
static
Color
get
color33
=>
const
Color
(
0xFF333333
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment