Skip to content

Commit

Permalink
home-card-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prajapatihet committed Oct 12, 2024
1 parent db32a3e commit 7fe5139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/views/common_widgets/home_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class HomeCard extends StatelessWidget {
child: Card(
semanticContainer: true,
clipBehavior: Clip.antiAliasWithSaveLayer,
elevation: 0.5,
elevation: 0.4,
surfaceTintColor: const Color.fromARGB(255, 255, 152, 145),
child: Padding(
padding: const EdgeInsets.all(6.0),
Expand Down Expand Up @@ -53,7 +53,6 @@ class HomeCard extends StatelessWidget {
style: GoogleFonts.montserrat(
fontSize: 14.0,
fontWeight: FontWeight.bold,

),
),
SizedBox(
Expand All @@ -64,7 +63,6 @@ class HomeCard extends StatelessWidget {
style: GoogleFonts.montserrat(
fontSize: 13.0,
fontWeight: FontWeight.w400,

),
),
],
Expand Down
2 changes: 1 addition & 1 deletion lib/views/common_widgets/home_card_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class HomeCardConst extends StatelessWidget {
borderRadius: BorderRadius.circular(30),
color: col,
onPressed: onPressed,
padding: const EdgeInsets.all(5),
padding: const EdgeInsets.all(4),
child: Text(
title,
style: GoogleFonts.montserrat(
Expand Down

0 comments on commit 7fe5139

Please sign in to comment.