update icon
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
library;
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||
import 'package:worker/core/theme/colors.dart';
|
||||
|
||||
/// Featured Promotion Card
|
||||
@@ -90,9 +91,9 @@ class FeaturedPromotionCard extends StatelessWidget {
|
||||
const SizedBox(height: 12),
|
||||
Row(
|
||||
children: [
|
||||
Icon(
|
||||
Icons.access_time,
|
||||
size: 14,
|
||||
FaIcon(
|
||||
FontAwesomeIcons.clock,
|
||||
size: 12,
|
||||
color: Colors.white.withValues(alpha: 0.8),
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
@@ -112,8 +113,8 @@ class FeaturedPromotionCard extends StatelessWidget {
|
||||
|
||||
// Right side - Icon
|
||||
const SizedBox(width: 16),
|
||||
Icon(
|
||||
Icons.percent,
|
||||
FaIcon(
|
||||
FontAwesomeIcons.percent,
|
||||
size: 48,
|
||||
color: Colors.white.withValues(alpha: 0.9),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user