Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
changed ui of profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas2403 committed Jun 17, 2023
1 parent 8fa4e05 commit 1148741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Settings = () => {
</div>
</div>
<div className="flex flex-col gap-8 shadow-[0_4px_4px_0px_fbeefc] rounded-lg p-8 bg-[#ffffff]">
<div className="flex flex-row items-center gap-8 bg-[#fbeefc] rounded-lg px-4 pl-0">
<div className="flex flex-row items-center gap-4 bg-[#fbeefc] rounded-lg px-4 pl-0">
<div
className="cursor-pointer text-lg font-semibold hover:bg-[#EEA5F4] hover:rounded-l-lg p-4 "
onClick={() => {
Expand Down

0 comments on commit 1148741

Please sign in to comment.