Skip to content

Commit

Permalink
Merge pull request #25 from primus-teoSprint/fix/#24
Browse files Browse the repository at this point in the history
[#24] ๋ ˆ์ด์•„์›ƒ ํฌ๊ธฐ ์ˆ˜์ •
  • Loading branch information
hanseulhee authored May 13, 2024
2 parents bd82f5f + 4ba69a6 commit 3227681
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/components/IbulDialog/IdeaOutline.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use client'

import React from 'react'
import {
DialogClose,
DialogContent,
Expand All @@ -10,10 +9,10 @@ import {
DialogRoot,
DialogTitle,
DialogTrigger,
} from '../common/Dialog'
import styled from 'styled-components'
import { FaX } from 'react-icons/fa6'
} from '@/components/common/Dialog'
import { theme } from '@/styles/theme'
import { FaX } from 'react-icons/fa6'
import styled from 'styled-components'

const IdeaOutlineContainer = styled.div`
display: flex;
Expand Down
3 changes: 2 additions & 1 deletion src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const LayoutRegistry = ({ children }: { children: React.ReactNode }) => {
export default LayoutRegistry

const StyledWrapper = styled.main`
max-width: 480px;
max-width: 430px;
min-width: 363px;
width: 100%;
margin: 0 auto;
min-height: 100vh;
Expand Down
1 change: 1 addition & 0 deletions src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const theme = {
grey600: '#9f9f9f',
grey700: '#989898',
red: '#ff0000',
pink: '#F022AA',
},
fontWeight: {
light: 300,
Expand Down

0 comments on commit 3227681

Please sign in to comment.