From 6c05d83925954865083478827944a6b083745f23 Mon Sep 17 00:00:00 2001 From: Nikhil kumar Date: Thu, 3 Apr 2025 19:58:56 +0530 Subject: [PATCH] change in styling --- index.html | 2 +- src/App.css | 4 ++-- src/main.jsx | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) 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( +