Skip to content

Commit

Permalink
fix: EmptyView 아이콘 색 변경 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongHooo authored Sep 12, 2024
1 parent 99147bc commit e026191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const EmptyView = (props: EmptyViewProps) => {

return (
<div style={style} {...restProps}>
<Icon name="sad-user" size={40} color={colors.grey600} style={{ paddingBottom: size['5xs'] }} />
<Icon name="sad-user" size={40} color={colors.grey400} style={{ paddingBottom: size['5xs'] }} />
<Txt typography="title3" color={colors.grey600}>
{title}
</Txt>
Expand Down

0 comments on commit e026191

Please sign in to comment.