Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Nov 2, 2020
1 parent 09f0751 commit 8d5ce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/Button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Box, Flex, Button, ThemeProvider, Icon } from '@fxtrot/ui';
## Variant

<Playground>
<Flex space="xl" css={{ py: '$8', bc: '$surfaceStill' }}>
<Flex space="xl" css={{ py: '$8', bc: '$gray050' }}>
<Flex flow="row" space="sm" css={{ px: '$10' }}>
<Button>Primary</Button>
<Button disabled>Primary (disabled)</Button>
Expand Down

1 comment on commit 8d5ce34

@vercel
Copy link

@vercel vercel bot commented on 8d5ce34 Nov 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.