Merge pull request #389 from mateusmarquezini/fix/306-header-text-color

Changed the header background color
This commit is contained in:
Stefan Ålund
2020-03-30 07:41:23 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -84,7 +84,6 @@ const Waves = ({ theme }) => {
gradientUnits="userSpaceOnUse"
>
<stop stopColor={color1} />
<stop offset="1" stopColor={color2} />
</linearGradient>
<linearGradient
id="paint1_linear"
@@ -75,7 +75,7 @@ export const gradients: Record<string, Gradient> = {
colors: ['#69B9FF', '#ACCEEC'],
},
teal: {
colors: ['#1F8A77', 'rgba(155, 240, 225, 1.0)'],
colors: ['#005E4D', '#9BF0E1'],
},
};