diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-27 06:34:51 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-27 06:34:51 +0800 |
commit | 6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19 (patch) | |
tree | d159e73abfb56c9b7d1cccd5fea2fdf84411ceb5 /packages/instant/src/components/ui | |
parent | 86febc3cce1135d2345f0048c205c3c524a66733 (diff) | |
parent | e73fceaa20738175e660caf4dee442d4c598c1b5 (diff) | |
download | dexon-0x-contracts-6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19.tar dexon-0x-contracts-6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19.tar.gz dexon-0x-contracts-6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19.tar.bz2 dexon-0x-contracts-6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19.tar.lz dexon-0x-contracts-6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19.tar.xz dexon-0x-contracts-6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19.tar.zst dexon-0x-contracts-6ad8ac6a4836bf926666f2d05e91d2d4b31c6b19.zip |
Merge branch 'development' into feature/not-enough-eth
Diffstat (limited to 'packages/instant/src/components/ui')
-rw-r--r-- | packages/instant/src/components/ui/button.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/instant/src/components/ui/button.tsx b/packages/instant/src/components/ui/button.tsx index 1fcb2591c..5274d835b 100644 --- a/packages/instant/src/components/ui/button.tsx +++ b/packages/instant/src/components/ui/button.tsx @@ -52,6 +52,7 @@ export const Button = styled(PlainButton)` Button.defaultProps = { backgroundColor: ColorOption.primaryColor, + borderColor: ColorOption.primaryColor, width: 'auto', isDisabled: false, padding: '1em 2.2em', |