Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Oct 26, 2023
1 parent 80b73a3 commit cceb5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/sandbox/sandbox-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function SandboxContainer() {
useRouteHeader(<ModalHeader hideActions defaultGoBack title="Sandbox" />, true);

return (
<Stack>
<Stack px="space.06" py="space.04">
<Outlet />
</Stack>
);
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/sandbox/sandbox-typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function SandboxTypography() {
{textVariants.map((variant: any) => (
<Flex alignItems="center" gap="space.03" key={variant}>
variant: {variant}
<styled.span textStyle={variant}>Button</styled.span>
<styled.span textStyle={variant}>Lorem ipsum</styled.span>
</Flex>
))}
</Stack>
Expand Down

0 comments on commit cceb5d5

Please sign in to comment.