Skip to content

Commit

Permalink
feat: (workaround) change hard code color to accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Dec 17, 2024
1 parent 4dd237c commit f5066e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/home/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const About: FC = async (props) => {
width={60}
/>
) : null}
I develop <Text color="indigo">full stack web apps</Text>
I develop <Text data-accent-color="">full stack web apps</Text>
</Heading>
<Flex className="flex-1" direction="column" gap="8">
<Text as="p">{selfIntroduction}</Text>
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Hero: FC<HeroProps> = async (props) => {
<Heading size="9">
{firstName} {lastName}
</Heading>
<Heading asChild color="indigo" mt="4" size="7">
<Heading asChild data-accent-color="" mt="4" size="7">
<p>{headline}</p>
</Heading>
<Text align={{ sm: 'center' }} as="p" className="max-w-xl" mt="8">
Expand Down

0 comments on commit f5066e1

Please sign in to comment.