Skip to content

Commit

Permalink
feat: final push
Browse files Browse the repository at this point in the history
  • Loading branch information
fleetimee committed Apr 21, 2023
1 parent 4f7e3df commit 620a432
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 290 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import 'package:akm/app/common/style.dart';
import 'package:flutter/material.dart';

// 📦 Package imports:
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:get/get.dart';
import 'package:getwidget/getwidget.dart';

// 🌎 Project imports:
import 'package:akm/app/modules/home/controllers/home_controller.dart';
Expand All @@ -25,8 +25,8 @@ class ReviewerDeviceInformation extends StatelessWidget {
child: Row(
children: [
const Icon(
FontAwesomeIcons.check,
color: GFColors.SUCCESS,
FontAwesomeIcons.android,
color: primaryColor,
),
const SizedBox(
width: 8,
Expand Down Expand Up @@ -61,7 +61,7 @@ class ReviewerDeviceInformation extends StatelessWidget {
)
: const Icon(
FontAwesomeIcons.locationDot,
color: GFColors.DANGER,
color: primaryColor,
)),
const SizedBox(
width: 8,
Expand Down Expand Up @@ -113,8 +113,8 @@ class ReviewerDeviceInformation extends StatelessWidget {
),
)
: const Icon(
FontAwesomeIcons.building,
color: GFColors.INFO,
FontAwesomeIcons.locationArrow,
color: primaryColor,
)),
const SizedBox(
width: 8,
Expand Down
Loading

0 comments on commit 620a432

Please sign in to comment.