Skip to content

Commit 60b3153

Browse files
committed
Btn appearance & Text marginTop changed
1 parent a7f6422 commit 60b3153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function Home() {
3636
/>
3737

3838
<Flex direction="column" marginLeft="1rem" alignItems="center">
39-
<Text fontWeight="bold" fontSize="1.5rem" marginTop="0.8rem">
39+
<Text fontWeight="bold" fontSize="1.5rem" marginTop="1rem">
4040
<a href={(user as any).url} target="_blank">
4141
{(user as any)?.name}
4242
</a>
@@ -50,7 +50,7 @@ export default function Home() {
5050
alignSelf="start"
5151
marginTop="0.6rem"
5252
marginLeft="0.2rem"
53-
color="#ccc"
53+
fontWeight="normal"
5454
>
5555
<a href={(user as any).html_url} target="_blank">
5656
{(user as any)?.login}

0 commit comments

Comments
 (0)