Skip to content

Commit

Permalink
chore: Add a background behind the component preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 30, 2020
1 parent b27fc78 commit 9ec6b23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/ReferenceExample.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
}

.preview {
margin-bottom: 1rem;
padding: 2rem;
background: var(--color-white);
border: 1px solid var(--color-neutrals-100);
box-shadow: var(--boxshadow);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.title {
Expand Down

0 comments on commit 9ec6b23

Please sign in to comment.