Skip to content

Commit

Permalink
design(docs): DoAndDont comp padding change (#1558)
Browse files Browse the repository at this point in the history
* design(docs): DoAndDont comp padding change

* Create heavy-camels-shake.md
  • Loading branch information
ti10le authored Dec 14, 2021
1 parent d40b0fe commit 4d6e823
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-camels-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": patch
---

design(docs): DoAndDont comp padding change
3 changes: 2 additions & 1 deletion docs/src/components/DoAndDont.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export const DoAndDont: React.FC<DoAndDontProps> = ({
<Box
display="flex"
alignItems="center"
py="xsmall"
pt="small"
pb="xsmall"
css={{ color: dont ? 'red' : 'green' }}
>
{dont ? (
Expand Down

0 comments on commit 4d6e823

Please sign in to comment.