Skip to content

Commit

Permalink
style: 색상변경
Browse files Browse the repository at this point in the history
  • Loading branch information
j-nary committed Oct 10, 2024
1 parent 5ee551a commit 3ee5571
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const InformationPanel = ({ detailData }: InformationPanelProps) => {
{title === '모집 대상' && (
<STarget>
{partList?.map(part => (
<Chip key={part} style={{ width: '80px' }}>
<Chip key={part} style={{ width: '80px', boxShadow: 'none' }} active>
{part}
</Chip>
))}
Expand Down Expand Up @@ -151,6 +151,7 @@ const SDescription = styled('p', {
const STarget = styled(SDescription, {
display: 'flex',
gap: '$10',
color: '$gray10',

mb: '$24',

Expand Down

0 comments on commit 3ee5571

Please sign in to comment.