Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Dec 4, 2023
1 parent e0f1354 commit 310b4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContainerTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Container, Box, useColorModeValue } from '@chakra-ui/react';
import { TitleType } from './types';

export function ContainerTitle({ title }: TitleType) {
const bgContainer = useColorModeValue('#abf299', '#0d4300');
const colorTitle = useColorModeValue('#0d4300', '#abf299');
const bgContainer = useColorModeValue('green.50', 'green.900');
const colorTitle = useColorModeValue('green.900', 'green.50');

return (
<Container maxW='full' p='0'>
Expand Down

1 comment on commit 310b4e5

@vercel
Copy link

@vercel vercel bot commented on 310b4e5 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu.vercel.app
xbu-git-main-franqsanz.vercel.app
xbu-franqsanz.vercel.app

Please sign in to comment.