diff --git a/index.html b/index.html index 17a98c9..179af76 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - QR Builder + QR Builders
diff --git a/src/App.css b/src/App.css index 1a39130..3ac2b3c 100644 --- a/src/App.css +++ b/src/App.css @@ -24,9 +24,9 @@ button{ cursor: pointer; padding: 10px 20px; border: 0; - border-radius: 10px; + border-radius: 12px; color: var(--bgColor); - background-color: #ffffff; + background-color: #ffffffea; transition: .2s ease-in-out; &.btn-secondary{ diff --git a/src/main.jsx b/src/main.jsx index 184b27f..a285731 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -5,6 +5,7 @@ import { BrowserRouter } from "react-router-dom" ReactDOM.createRoot(document.getElementById('root')).render( +