Draw the rest of the UI library

This commit is contained in:
2021-09-25 02:12:50 -04:00
parent a8e3774bc8
commit c94ae8960f
58 changed files with 1423 additions and 222 deletions

View File

@@ -6,7 +6,17 @@ export const decorators = [
(Story) => (
<>
<GlobalStyle />
<Story />
<div
style={{
padding: "20px",
background: "linear-gradient(180deg, #060b2e 0%, #051745 100%)",
height: "100vh",
display: "flex",
justifyContent: "center",
}}
>
<Story />
</div>
</>
),
];