Skip to content

Commit

Permalink
Fixed Button state
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit078 committed Jul 18, 2024
1 parent 18797cc commit d5e8e8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 2 additions & 6 deletions components/main-view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,8 @@ export function MainView() {
The Second Step: <br></br>Chapter One
</span>
<p className="ml-2 mt-6 text-xl font-bold text-black">TREASURE</p>
<Button
onclick="#"
variant="contained"
class="bg-blue-700 hover:bg-blue-700 text-white font-bold ml-2 py-2 mr-3 px-5 mt-6 rounded"
>
Listen Now
<Button className="mx-2 p-1 mt-4 bg-blue-600 text-white py-3 px-10 rounded-xl">
Create a playlist
</Button>
<img
className="w-[380px] h-[380px] -right-0 bottom-0 absolute rounded-3xl shadow-2xl"
Expand Down
7 changes: 2 additions & 5 deletions components/now-playing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,8 @@ export function NowPlaying() {
</span>
</li>
</ul>
<Button
variant="contained"
class="bg-slate-300 text-black font-bold py-3 px-14 mt-9 rounded-xl"
>
Create A Playlist
<Button className="mx-2 p-1 mt-8 bg-slate-300 text-black py-3 px-14 rounded-xl">
Create a playlist
</Button>
</div>
);
Expand Down

0 comments on commit d5e8e8a

Please sign in to comment.