diff --git a/app/components/ens/nameLookup.js b/app/components/ens/nameLookup.js index 29a24c0..5353243 100644 --- a/app/components/ens/nameLookup.js +++ b/app/components/ens/nameLookup.js @@ -231,7 +231,7 @@ const InnerForm = ({
diff --git a/app/components/ens/registerSubDomain.js b/app/components/ens/registerSubDomain.js index 4ddd7ed..18d2d02 100644 --- a/app/components/ens/registerSubDomain.js +++ b/app/components/ens/registerSubDomain.js @@ -28,6 +28,7 @@ const InnerForm = ({ statusContactCode }) => (
+
{!subDomain &&
+
); diff --git a/app/components/ens/welcome.js b/app/components/ens/welcome.js index 731f1cc..3063fbe 100644 --- a/app/components/ens/welcome.js +++ b/app/components/ens/welcome.js @@ -9,7 +9,7 @@ const styles = theme => ({ button: { margin: theme.spacing.unit, borderRadius: '4px', - backgroundColor: 'rgb(67, 96, 223, 0.1)', + backgroundColor: 'rgba(67, 96, 223, 0.1)', } }); diff --git a/app/ui/components/MobileButton.js b/app/ui/components/MobileButton.js index 7dcd644..4b1cca1 100644 --- a/app/ui/components/MobileButton.js +++ b/app/ui/components/MobileButton.js @@ -6,7 +6,7 @@ import Button from '@material-ui/core/Button'; const styles = theme => ({ button: { borderRadius: '4px', - backgroundColor: 'rgb(67, 96, 223, 0.1)', + backgroundColor: 'rgba(67, 96, 223, 0.1)', } }); const buttonText = { color: '#4360df', margin: '0 20px', fontWeight: 300 };