diff --git a/packages/core/src/Ads/index.tsx b/packages/core/src/Ads/index.tsx index d93a3f27..33c3ce7d 100644 --- a/packages/core/src/Ads/index.tsx +++ b/packages/core/src/Ads/index.tsx @@ -34,7 +34,6 @@ const useStyles = createUseStyles((theme: DefaultTheme) => ({ justifyContent: "space-around", alignItems: "center", textAlign: "center", - borderRadius: "4px", backgroundSize: `contain`, backgroundRepeat: `no-repeat`, backgroundColor: theme.colors.grey.light, diff --git a/playground/src/App/PICKERBETMGM.jpeg b/playground/src/App/PICKERBETMGM.jpeg new file mode 100644 index 00000000..dbdba7f9 Binary files /dev/null and b/playground/src/App/PICKERBETMGM.jpeg differ diff --git a/playground/src/App/index.tsx b/playground/src/App/index.tsx index ab3e06a4..dd2e436b 100644 --- a/playground/src/App/index.tsx +++ b/playground/src/App/index.tsx @@ -4,7 +4,8 @@ put some strong selectors in 'makeMeUgly.css' and uncomment its import below */ import React, { useState, useEffect } from "react"; import { BrowserRouter as Router, Link } from "react-router-dom"; import "./index.css"; -// import "./makeMeUgly.css"; +import "./makeMeUgly.css"; +import betmgm from "./PICKERBETMGM.jpeg"; import { Form, Formik, Field } from "formik"; import * as Yup from "yup"; import { @@ -140,7 +141,7 @@ const App: React.FC = () => {