Skip to content

Commit

Permalink
Merge pull request #103 from 8845musign/update-tokens-and-ui
Browse files Browse the repository at this point in the history
Build action may have failed due to import problems.
  • Loading branch information
takanorip authored Dec 27, 2024
2 parents 634d094 + c018d78 commit ff5d975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/components/react/examples/box/backgroundColorExample.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box, Stack } from '@ubie/ubie-ui';
import { type FC } from 'react';

const BackgroundColorExample: FC = () => {
export const BackgroundColorExample: FC = () => {
return (
<Stack gap="xs">
<Box backgroundColor="black" px="sm" py="xs" radius="xs" textType="body" textSize="xs">
Expand Down Expand Up @@ -197,5 +197,3 @@ const BackgroundColorExample: FC = () => {
</Stack>
);
};

export default BackgroundColorExample;
2 changes: 1 addition & 1 deletion src/pages/components/examples/box/backgroundColor.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import BackgroundColorExample from '../../../../components/react/examples/box/backgroundColorExample';
import { BackgroundColorExample } from '../../../../components/react/examples/box/backgroundColorExample';
import ExampleLayout from '@layouts/ExampleLayout.astro';
---

Expand Down

0 comments on commit ff5d975

Please sign in to comment.