Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
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
mobile-group
galaxy-iOS
Commits
54db73f2
Commit
54db73f2
authored
Apr 18, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改主品牌色
parent
e46af81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UIColor+Extension.swift
...xy/galaxy/Classes/Tools/Extention/UIColor+Extension.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Tools/Extention/UIColor+Extension.swift
View file @
54db73f2
...
...
@@ -12,10 +12,10 @@ import UIKit
extension
UIColor
{
//品牌主色
static
let
brandMainColor
:
UIColor
=
UIColor
(
hexString
:
"#
2F7EF6
"
)
!
static
let
brandMainColor
:
UIColor
=
UIColor
(
hexString
:
"#
3570DC
"
)
!
//品牌渐变色
static
let
arrBrandGradaterColors
:
[
UIColor
]
=
[
UIColor
(
hexString
:
"#
2274EE
"
)
!
,
UIColor
(
hexString
:
"#3A85FC"
)
!
]
static
let
arrBrandGradaterColors
:
[
UIColor
]
=
[
UIColor
(
hexString
:
"#
3570DC
"
)
!
,
UIColor
(
hexString
:
"#3A85FC"
)
!
]
//品牌主色 16
static
let
brandMainColor16
:
UIColor
=
UIColor
(
hexString
:
"#2F7EF6"
,
transparency
:
0.16
)
!
...
...
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