Skip to content

Commit

Permalink
feat(AppBar): improved the contrast of the AppBar heading, changing i…
Browse files Browse the repository at this point in the history
…ts colorScheme.
  • Loading branch information
soslayando committed Dec 29, 2023
1 parent 1f95fb0 commit 00a77f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const AppBarHeading: React.FC<AppBarHeadingProps> = ({
}) => (
<Flex.Item id={id ? `${id}__heading` : null} as={as} styles={styles}>
{typeof children === 'string' ? (
<Typography.Heading colorScheme="weaker" size="overline-md">
<Typography.Heading colorScheme="weak" size="overline-md">
{children}
</Typography.Heading>
) : (
Expand Down

0 comments on commit 00a77f6

Please sign in to comment.