Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-090 frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2021-090
2021-090 frontend
Commits
09ade011
Commit
09ade011
authored
Nov 24, 2021
by
pramod.nichelabs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color change
parent
5dbad8fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
assets/colors.js
assets/colors.js
+2
-1
components/countdown_component.js
components/countdown_component.js
+2
-3
No files found.
assets/colors.js
View file @
09ade011
...
...
@@ -5,7 +5,8 @@ const themeColors = {
BLACK
:
'
#191919
'
,
WHITE
:
'
#FFFFFF
'
,
RED
:
'
#DC143C
'
,
BLUE
:
'
#0066FF
'
BLUE
:
'
#0066FF
'
,
MAGENTA
:
"
#9000ff
"
};
export
default
themeColors
;
components/countdown_component.js
View file @
09ade011
...
...
@@ -24,9 +24,8 @@ const AppCountDownTimer = (props) => {
trailColor
=
{
themeColors
.
WHITE
}
isLinearGradient
colors
=
{[
[
themeColors
.
BLACK
,
0
],
[
themeColors
.
SECONDARY_COLOR
,
0.4
],
[
themeColors
.
RED
,
1
],
[
themeColors
.
BLUE
,
0
],
[
themeColors
.
MAGENTA
,
1
]
]}
>
{({
remainingTime
})
=>
...
...
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