Skip to content

Commit

Permalink
feat: 질문 버튼들 폰트 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte committed Dec 6, 2024
1 parent 32eed0e commit 02fb323
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/pages/MainPage/GuestPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const GuestPage = () => {
maxW="800px"
>
<Button
fontSize={{ base: "lg", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -247,7 +247,7 @@ const GuestPage = () => {
해외 인턴십 정보 알려줘
</Button>
<Button
fontSize={{ base: "lg", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -256,7 +256,7 @@ const GuestPage = () => {
지도교수 상담 일정 알려줘
</Button>
<Button
fontSize={{ base: "lg", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -267,7 +267,7 @@ const GuestPage = () => {
정설영 교수님 이메일 알려줘
</Button>
<Button
fontSize={{ base: "lg", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -276,7 +276,7 @@ const GuestPage = () => {
심컴 졸업요건 알려줘
</Button>
<Button
fontSize={{ base: "lg", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/MainPage/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ isOpen, toggleSidebar }) => {
<Box
textAlign="center"
mb={4}
fontSize={{ base: "30px", md: "46px" }}
fontSize={{ base: "30px", md: "40px" }}
mt={-3}
fontWeight={"md"}
color="#C73732"
Expand Down
10 changes: 5 additions & 5 deletions src/pages/MainPage/UserChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ const UserChat = () => {
maxW="800px"
>
<Button
fontSize={{ base: "xl", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -401,7 +401,7 @@ const UserChat = () => {
해외 인턴십 정보 알려줘
</Button>
<Button
fontSize={{ base: "xl", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -410,7 +410,7 @@ const UserChat = () => {
지도교수 상담 일정 알려줘
</Button>
<Button
fontSize={{ base: "xl", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -421,7 +421,7 @@ const UserChat = () => {
정설영 교수님 이메일 알려줘
</Button>
<Button
fontSize={{ base: "xl", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand All @@ -430,7 +430,7 @@ const UserChat = () => {
심컴 졸업요건 알려줘
</Button>
<Button
fontSize={{ base: "xl", md: "2xl" }}
fontSize={{ base: "lg", md: "xl" }}
fontWeight="medium"
bg="#EAE6DA"
_hover={{ bg: "#DDD8C6", transform: "scale(1.05)" }}
Expand Down

0 comments on commit 02fb323

Please sign in to comment.