change font and primary color

This commit is contained in:
2025-12-09 10:54:42 +03:00
parent 7f06d3524d
commit 09906dadd3
9 changed files with 41 additions and 26 deletions

View File

@@ -10,6 +10,8 @@
background-color: var(--secondary-background);
border: none;
margin-bottom: 1rem;
margin: 16px;
border-radius: 6px;
}
.loyaltyContainer :global(.ant-card-body) {

View File

@@ -88,7 +88,7 @@ const LoyaltyCard = () => {
</ProText>
</Col>
<Col>
<PresentIcon />
{/* <PresentIcon /> */}
</Col>
</Row>
)}