Change news/about text color to black (more visible than grey)

This commit is contained in:
Daniele Pancottini
2023-02-21 18:49:13 +01:00
parent 459cab1337
commit 50c56e4c60
3 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ export default function AboutSlider() {
<Text
as={"span"}
fontSize={{ base: 'xl', lg: '2xl' }}
color="GrayText"
color="gray.800"
className={style.aboutSliderText}
>
{card.text.split('<br/>').map((str, index) => (