Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBeast229 committed Jan 21, 2024
2 parents 175dca1 + 5726879 commit 76a2f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

body {
background-color: #bde6ec;
background-color: #bde6ec !important;
background: #bde6ec;
padding: "8px 8px"
}
Expand Down
8 changes: 2 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ import reportWebVitals from './reportWebVitals';
import { ChakraProvider, theme } from '@chakra-ui/react'

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);

ReactDOM.render(

root.render(
<React.StrictMode>
<ChakraProvider theme={theme}>
<App />
Expand Down

0 comments on commit 76a2f7c

Please sign in to comment.