Skip to content

Commit

Permalink
Merge pull request #47 from nicolasborromeo/dev
Browse files Browse the repository at this point in the history
new card button back inside linear gradient
  • Loading branch information
nicolasborromeo authored Dec 5, 2024
2 parents f9ba527 + 46a98c8 commit 44af4cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway&family=Lora&family=Playfair+Display&family=Poppins&family=Futura:wght@400;700&family=Avenir&family=Bebas+Neue&family=Oswald&family=Josefin+Sans&family=Proxima+Nova&family=Merriweather&family=Cabin&family=Fjalla+One&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Score Sync</title>
<script type="module" crossorigin src="/assets/index-be3c9202.js"></script>
<script type="module" crossorigin src="/assets/index-ba250299.js"></script>
<link rel="stylesheet" href="/assets/index-99ac70f0.css">
</head>
<body>
Expand Down
12 changes: 6 additions & 6 deletions frontend/src/components/Card/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ export default function Card() {
<div className='page-title-content'>

<p id="page-title">Cards</p>
<button className='upload-icon' onClick={handleCreateCard}>
<Plus />
<span >NEW CARD</span>
</button>
<div className='gradient-button-background'>
</div>
<div className='gradient-button-background'>
<button className='upload-icon' onClick={handleCreateCard}>
<Plus />
<span >NEW CARD</span>
</button>
</div>
</div>
</div>
<div className='table-card-previews-container'>
Expand Down

0 comments on commit 44af4cd

Please sign in to comment.