Commit e6b4b29e authored by Max Alekseenko's avatar Max Alekseenko

change background color

parent 91caeef7
......@@ -43,7 +43,7 @@ const FeaturedApp = ({
const logoUrl = useColorModeValue(logo, logoDarkMode || logo);
const categoriesLabel = categories.join(', ');
const backgroundColor = useColorModeValue('purple.50', 'purple.800');
const backgroundColor = useColorModeValue('purple.50', 'whiteAlpha.100');
const onInfoClick = useCallback((id: string) => {
mixpanel.logEvent(mixpanel.EventTypes.PAGE_WIDGET, { Type: 'More button', Info: id, Source: 'Banner' });
......
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