Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #802 This pull request includes various updates to the `AcrePointsCard` component and some theme adjustments. The key changes involve updating the imports, adding new assets, modifying styles, and enhancing the user interface. ### Changes: * Replaced `Stack` with `Image` in the import statement to include image assets. (`dapp/src/pages/DashboardPage/AcrePointsCard.tsx`) * Added new constants for colors and imported `acrePointsIllustrationSrc` for the Acre Points illustration. (`dapp/src/pages/DashboardPage/AcrePointsCard.tsx`) * Changed `TextMd` font weight from `bold` to `medium` for the "Total Acre points" text. (`dapp/src/pages/DashboardPage/AcrePointsCard.tsx`) * Updated the `H4` element to use `semibold` font weight and added an image below the user data skeleton. (`dapp/src/pages/DashboardPage/AcrePointsCard.tsx`) * Replaced `Stack` with `HStack` for better alignment and updated styles for the countdown and button components. (`dapp/src/pages/DashboardPage/AcrePointsCard.tsx`) ### Note: Theme colors and button styles is a complex change which might cause unexpected issues. Should be handled separately. Card component updates should be handled separately as well. ### Preview: <img width="382" alt="image" src="https://github.com/user-attachments/assets/ea811c2b-0fe5-4248-a6ba-0f3239cbd28a"> <img width="382" alt="image" src="https://github.com/user-attachments/assets/2c02ee54-2fb8-4395-95c5-ccdbe6df67c0"> <img width="382" alt="image (5)" src="https://github.com/user-attachments/assets/cca096fc-5567-4cfc-a190-3aa07c047658">
- Loading branch information