Commit 09ade011 authored by pramod.nichelabs's avatar pramod.nichelabs

color change

parent 5dbad8fd
...@@ -5,7 +5,8 @@ const themeColors = { ...@@ -5,7 +5,8 @@ const themeColors = {
BLACK : '#191919', BLACK : '#191919',
WHITE : '#FFFFFF', WHITE : '#FFFFFF',
RED : '#DC143C', RED : '#DC143C',
BLUE : '#0066FF' BLUE : '#0066FF',
MAGENTA : "#9000ff"
}; };
export default themeColors; export default themeColors;
...@@ -24,9 +24,8 @@ const AppCountDownTimer = (props) => { ...@@ -24,9 +24,8 @@ const AppCountDownTimer = (props) => {
trailColor={themeColors.WHITE} trailColor={themeColors.WHITE}
isLinearGradient isLinearGradient
colors={[ colors={[
[themeColors.BLACK, 0], [themeColors.BLUE, 0],
[themeColors.SECONDARY_COLOR, 0.4], [themeColors.MAGENTA, 1]
[themeColors.RED, 1],
]} ]}
> >
{({ remainingTime }) => {({ remainingTime }) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment