diff options
author | Steve Klebanoff <steve@0xproject.com> | 2018-10-27 06:33:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 06:33:56 +0800 |
commit | e73fceaa20738175e660caf4dee442d4c598c1b5 (patch) | |
tree | d4d870d1219d1c2c174c8aa8d04db845d8dcd81b /packages/instant/src/components/ui | |
parent | cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0 (diff) | |
parent | cacfcc291ac142df16866469153fb8af38606527 (diff) | |
download | dexon-sol-tools-e73fceaa20738175e660caf4dee442d4c598c1b5.tar dexon-sol-tools-e73fceaa20738175e660caf4dee442d4c598c1b5.tar.gz dexon-sol-tools-e73fceaa20738175e660caf4dee442d4c598c1b5.tar.bz2 dexon-sol-tools-e73fceaa20738175e660caf4dee442d4c598c1b5.tar.lz dexon-sol-tools-e73fceaa20738175e660caf4dee442d4c598c1b5.tar.xz dexon-sol-tools-e73fceaa20738175e660caf4dee442d4c598c1b5.tar.zst dexon-sol-tools-e73fceaa20738175e660caf4dee442d4c598c1b5.zip |
Merge pull request #1189 from 0xProject/feature/instant/txn-failure
[instant] View txn on failure
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', |