Skip to content

Commit

Permalink
@kinako1415 の素晴らしいpadding
Browse files Browse the repository at this point in the history
  • Loading branch information
nasubi-dev committed Sep 6, 2024
1 parent a2194d3 commit 5be2a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/auth/callback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ButtonStyled = styled(Button)`
width: fit-content;
height: fit-content;
padding: 1.2vh 1.3vw 1.2vh 1.8vw;
padding: 10px 20px;
border-radius: 50px;
display: flex;
Expand Down Expand Up @@ -174,7 +174,7 @@ function TeamSelector(): ReactElement {
.with(S.Loading, () => <p>Loading...</p>)
.with(S.Success, ({ data }) => (
<ExpandedCenter gap={10}>
<Heading>チームを選択してください</Heading>
<Heading>チームを選択</Heading>
<Flex gap="5">
{data.map((team) => (
<TeamIcon
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"lib": [
"ES2023",
"DOM",
"DOM.Iterable"
"DOM.Iterable",
"ESNext.Disposable"
],
"module": "ESNext",
"skipLibCheck": true,
Expand Down

0 comments on commit 5be2a59

Please sign in to comment.