diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e272057..405bce5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -35,17 +35,17 @@
- {
- "keyToString": {
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.cidr.known.project.marker": "true",
- "cf.first.check.clang-format": "false",
- "cidr.known.project.marker": "true",
- "git-widget-placeholder": "barcode-scanner",
- "last_opened_file_path": "C:/Users/fifte/.vscode/OptixToolkit",
- "settings.editor.selected.configurable": "emulator"
+
+}]]>
diff --git a/lib/ui/BarcodeResultPage.dart b/lib/ui/BarcodeResultPage.dart
index 0fa74b4..ed1c262 100644
--- a/lib/ui/BarcodeResultPage.dart
+++ b/lib/ui/BarcodeResultPage.dart
@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:OptixToolkit/services/database.dart';
+import 'package:google_fonts/google_fonts.dart';
class BarcodeResultPage extends StatelessWidget {
final String barcodeValue;
@@ -12,13 +13,13 @@ class BarcodeResultPage extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
- title: Center(
- child: Text(
- 'Barcode Result',
- style: TextStyle(fontSize: 30, fontWeight: FontWeight.w800, color: Color.fromARGB(255, 255, 255, 255)),
- ),
+ centerTitle: true,
+ title: Text(
+ "BARCODE RESULT",
+ style: GoogleFonts.rubik(fontWeight: FontWeight.bold),
+ textAlign: TextAlign.center,
),
- backgroundColor: Colors.blue,
+ backgroundColor: Color(0xff159deb),
),
body: Container(
color: Color.fromARGB(255, 51, 44, 44), // Not sure if this is the right shade of gray