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

color change

parent 5dbad8fd
......@@ -5,7 +5,8 @@ const themeColors = {
BLACK : '#191919',
WHITE : '#FFFFFF',
RED : '#DC143C',
BLUE : '#0066FF'
BLUE : '#0066FF',
MAGENTA : "#9000ff"
};
export default themeColors;
......@@ -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 }) =>
......
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