mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Change news/about text color to black (more visible than grey)
This commit is contained in:
@@ -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) => (
|
||||
|
Reference in New Issue
Block a user