Skip to content

Commit

Permalink
fix(me): add username label in each social media inputs and change st…
Browse files Browse the repository at this point in the history
…yle radius (#40)

* fix(me): add username label in each social media inputs

* style: change radius to 0.25rem
  • Loading branch information
DikDns authored Aug 5, 2024
1 parent a7587ca commit 5d7de88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/me/form-social-media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function FormSocialMedia() {
<span>
<SiInstagram color="hsl(var(--foreground))" />
</span>
<span>Instagram</span>
<span>Username Instagram</span>
</FormLabel>
<FormControl>
<Input {...field} />
Expand All @@ -136,7 +136,7 @@ export function FormSocialMedia() {
<span>
<SiGithub color="hsl(var(--foreground))" />
</span>
<span>Github</span>
<span>Username Github</span>
</FormLabel>
<FormControl>
<Input {...field} />
Expand Down
2 changes: 1 addition & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
--ring: 221.2 83.2% 53.3%;
--radius: 1rem;
--radius: 0.25rem;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
Expand Down

0 comments on commit 5d7de88

Please sign in to comment.