♻️ refactor(InvitationCard): restructure cards with title prop and clean up styling
- Move card titles (earnings, total revenue, invitations) to Card title prop for consistency - Remove custom color classes in favor of Semi-UI's built-in type system - Standardize Text component usage with strong and tertiary types - Improve code maintainability and visual consistency across all cards - Align structure with existing reward description card pattern
This commit is contained in:
@@ -52,7 +52,6 @@ export const useDashboardStats = (
|
||||
value: renderQuota(userState?.user?.quota),
|
||||
icon: <IconMoneyExchangeStroked />,
|
||||
avatarColor: 'blue',
|
||||
onClick: () => navigate('/console/topup'),
|
||||
trendData: [],
|
||||
trendColor: '#3b82f6'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user