Skip to content

Commit 118d164

Browse files
committed
Tweaked card demo to use theme values
1 parent 2ea3a25 commit 118d164

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/card/readme.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ Full example:
1919
/>
2020
<CardBody>Hello World</CardBody>
2121
<CardFooter>
22-
<FillButton bg="blue" text="white">
23-
Read
24-
</FillButton>
25-
<OutlineButton border="blue" text="white">
26-
Bookmark
27-
</OutlineButton>
22+
<FillButton brand="primary">Read</FillButton>
23+
<OutlineButton brand="primary">Bookmark</OutlineButton>
2824
</CardFooter>
2925
</Card>
3026
```

0 commit comments

Comments
 (0)