Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c committed Nov 29, 2024
1 parent 8010382 commit 2cc69ca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
5 changes: 2 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
Box,
Button,
Image,

Grid,
Heading,
Text,
Expand All @@ -34,7 +33,7 @@ export default function Home() {

return (
<Grid gap = {0} sx={{
backgroundImage: 'linear-gradient(to bottom, #3EB2FF, #DCF1FF)',
backgroundImage: 'linear-gradient(to bottom, #25A8FF, #DCF1FF)',

}}>

Expand Down Expand Up @@ -171,7 +170,7 @@ export default function Home() {
fontSize: '1.5rem',
fontWeight: 900,
color: 'white',
bg: '#FF8585',
bg: '#f90b0b',
width: 'fit-content',
borderRadius: '1rem',
padding: '1rem 2rem',
Expand Down
23 changes: 18 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cc69ca

Please sign in to comment.