Skip to content

Commit

Permalink
chore: font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Aug 12, 2024
1 parent 4337eb1 commit 8c1fc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pageTemplates/square/SecretSquare/SquareItem.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box, Flex, Image, Text } from "@chakra-ui/react";
import dayjs from "dayjs";
import Link from "next/link";
import { useSession } from "next-auth/react";
import Link from "next/link";
import styled from "styled-components";

import { useTypeToast } from "../../../hooks/custom/CustomToast";
Expand Down Expand Up @@ -40,7 +40,7 @@ export default function SquareItem({ item }: SquareItemProps) {
<Layout href={`/square/secret/${item._id}`} onClick={onClick}>
<IconCategory category={item.category} />
<Text
fontSize="16px"
fontSize="15px"
fontWeight={600}
sx={{
width: "240px",
Expand Down

0 comments on commit 8c1fc6a

Please sign in to comment.