diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-26 09:46:33 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-26 09:46:33 +0800 |
commit | 39f92e4c958590a58ac5c48db197f98fdd9723e1 (patch) | |
tree | 3f0f136430f378b66f3c4befd4817953a2116f9c /packages/instant/src/components/ui | |
parent | ced4c893ba412ca401430a66694e194806d46e6b (diff) | |
download | dexon-0x-contracts-39f92e4c958590a58ac5c48db197f98fdd9723e1.tar.gz dexon-0x-contracts-39f92e4c958590a58ac5c48db197f98fdd9723e1.tar.zst dexon-0x-contracts-39f92e4c958590a58ac5c48db197f98fdd9723e1.zip |
Get BuyOrderState one big connected component, and let user view 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', |