From f8fa1236c2cf73d02dbd1b6739d4db793c35faa5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 03:43:32 +0530 Subject: [PATCH] chore: lint --- src/App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9c207d2c..64ffe1b7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,7 +25,7 @@ const theme = createTheme({ styleOverrides: { root: { '&:hover': { - color: "#ff00c3", + color: "#ff00c3", }, }, }, @@ -45,11 +45,11 @@ const theme = createTheme({ function App() { return ( - - - } /> - - + + + } /> + + ); }