Merge pull request #389 from mateusmarquezini/fix/306-header-text-color
Changed the header background color
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user