Skip to content

Commit

Permalink
fix: change label style of bio to bold (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
itskish0re authored Nov 1, 2023
1 parent 3332fdb commit 647fca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const UserSettingsPage = ({ user }: userSettingsPageProps) => {

{/* Bio section */}
<div className="flex flex-col gap-2">
<label className="text-sm font-normal text-light-slate-11">Bio</label>
<label className="text-sm font-medium text-light-slate-9">Bio</label>
<textarea
rows={4}
placeholder="Tell us about yourself."
Expand Down

0 comments on commit 647fca3

Please sign in to comment.