Skip to content

Commit

Permalink
Merge pull request #308 from Ansh101112/notification
Browse files Browse the repository at this point in the history
color theme adjusted
  • Loading branch information
usha-madithati authored Jun 19, 2024
2 parents dc12505 + 4795910 commit 191ec2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const NotificationSettings = () => {
</div>
<div className="flex flex-wrap sm:-m-4 -mx-4 -mb-10 -mt-4 md:space-y-0 space-y-6">
<div className="p-4 md:w-1/3 flex flex-col text-center items-center">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-green-600 text-black-500 mb-5 flex-shrink-0">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-blue-600 text-black-500 mb-5 flex-shrink-0">
<h1>1</h1>
</div>
<div className="flex-grow">
Expand All @@ -98,7 +98,7 @@ const NotificationSettings = () => {
</div>
</div>
<div className="p-4 md:w-1/3 flex flex-col text-center items-center">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-orange-500 text-black-500 mb-5 flex-shrink-0">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-yellow-500 text-black-500 mb-5 flex-shrink-0">
<h1>2</h1>
</div>
<div className="flex-grow">
Expand Down Expand Up @@ -132,7 +132,7 @@ const NotificationSettings = () => {
</div>
<div className="flex flex-wrap sm:-m-4 -mx-4 -mb-10 -mt-4 md:space-y-0 space-y-6">
<div className="p-4 md:w-1/3 flex flex-col text-center items-center">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-green-600 text-black-500 mb-5 flex-shrink-0">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-zinc-600 text-black-500 mb-5 flex-shrink-0">
<h1>4</h1>
</div>
<div className="flex-grow">
Expand All @@ -148,7 +148,7 @@ const NotificationSettings = () => {
</div>
</div>
<div className="p-4 md:w-1/3 flex flex-col text-center items-center">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-orange-500 text-black-500 mb-5 flex-shrink-0">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-pink-500 text-black-500 mb-5 flex-shrink-0">
<h1>5</h1>
</div>
<div className="flex-grow">
Expand All @@ -165,7 +165,7 @@ const NotificationSettings = () => {
</div>
</div>
<div className="p-4 md:w-1/3 flex flex-col text-center items-center">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-red-500 text-black-500 mb-5 flex-shrink-0">
<div className="w-20 h-20 inline-flex text-black text-2xl items-center justify-center rounded-full bg-purple-700 text-black-500 mb-5 flex-shrink-0">
<h1>6</h1>
</div>
<div className="flex-grow">
Expand Down

0 comments on commit 191ec2b

Please sign in to comment.