style(frontend): harmonize student demo labels
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import "package:flutter/material.dart";
|
||||
import "package:google_fonts/google_fonts.dart";
|
||||
import "../demo_identity.dart";
|
||||
import "../theme/ensup_colors.dart";
|
||||
import "../widgets/ensup_top_bar.dart";
|
||||
import "../widgets/identification_option.dart";
|
||||
@@ -46,7 +47,7 @@ class LoginScreen extends StatelessWidget {
|
||||
children: [
|
||||
const EnsupTopBar(
|
||||
brandText: "EME — Emprunt Matériel ENSUP",
|
||||
campusTag: "Ensitech · Paris",
|
||||
campusTag: DemoIdentity.loginCampusTag,
|
||||
),
|
||||
Expanded(
|
||||
child: DecoratedBox(
|
||||
|
||||
Reference in New Issue
Block a user