칼리움 요청 실패 표시 및 클릭시 페이지 이동 처리

This commit is contained in:
2025-05-23 15:58:04 +09:00
parent 1532793cc1
commit 9d06246aba
8 changed files with 109 additions and 11 deletions

View File

@@ -735,6 +735,17 @@ export const TitleItemValue = styled.div`
color: ${props => props.color || 'black'};
`;
export const TitleItemLink = styled.a`
font-weight: ${props => props.fontWeight || 500};
color: ${props => props.color || 'black'};
text-decoration: none;
cursor: pointer;
&:hover {
text-decoration: underline;
}
`;
export const ChargeBtn = styled.button`
&&{
width: 60px;